Color Hex Logo

#002075 Color Hex

#002075
(0,32,117)
0 Favorites   0 Comments

Color spaces of #002075

RGB 032117
HSL0.621.000.23
HSV224°100°46°
CMYK 1.000.730.00   0.54
XYZ3.72742.317417.0805
Yxy2.31740.16120.1002
Hunter Lab15.223017.0660-55.8684
CIE-Lab17.071827.3226-50.8437

#002075 color RGB value is (0,32,117).

#002075 hex color red value is 0, green value is 32 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #002075 hue: 0.62 , saturation: 1.00 and the lightness value of 002075 is 0.23.

The process color (four color CMYK) of #002075 color hex is 1.00, 0.73, 0.00, 0.54. Web safe color of #002075 is #003366. Color #002075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100000 01110101
Octal 0 40 165
Decimal 0 32 117
Hex 0 20 75

RGB Percentages of Color #002075

%0.00
%21.48
%78.52

CMYK Percentages of Color #002075

%100
%73
%0
%54

Triadic Colors of #002075

#002075 #750020 #207500

Analogous Colors of #002075

#002075 #1b0075 #005a75

Monochromatic Colors of #002075

#002075

Complementary Color

#002075 #755500

#002075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002075 Color CSS Codes

.mybgcolor {background-color:#002075; } 
.myforecolor {color:#002075; }
.mybordercolor {border:3px solid #002075; }

#002075 Text Font Color

<p style="color:#002075">Text here</p>

This sample text font color is #002075
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#002075 Background Color

<div style="background-color:#002075">
Div content here</div>

This div background color is #002075


#002075 Border Color

<div style="border:3px solid #002075">
Div here</div>

This div border color is #002075


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,32,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002075; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002075;
  -webkit-box-shadow: 1px 1px 3px 2px #002075;
  box-shadow:         1px 1px 3px 2px #002075; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,32,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #002075">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #002075;
  -webkit-box-shadow: 1px 1px 3px 2px #002075;
  box-shadow:         1px 1px 3px 2px #002075;">
Div content here</div>

This div box has shadow with color #002075


Comments

No comments written yet.

Please login to write comment.