Color Hex Logo

#02175b Color Hex

#02175B
(2,23,91)
0 Favorites   0 Comments

Color spaces of #02175b

RGB 22391
HSL0.630.960.18
HSV226°98°36°
CMYK 0.980.750.00   0.64
XYZ2.21981.381010.0471
Yxy1.38100.16260.1012
Hunter Lab11.751613.1522-42.4642
CIE-Lab11.830622.9612-42.3930

#02175b color RGB value is (2,23,91).

#02175b hex color red value is 2, green value is 23 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #02175b hue: 0.63 , saturation: 0.96 and the lightness value of 02175b is 0.18.

The process color (four color CMYK) of #02175b color hex is 0.98, 0.75, 0.00, 0.64. Web safe color of #02175b is #000066. Color #02175b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010111 01011011
Octal 2 27 133
Decimal 2 23 91
Hex 2 17 5B

RGB Percentages of Color #02175b

%1.72
%19.83
%78.45

CMYK Percentages of Color #02175b

%98
%75
%0
%64

Triadic Colors of #02175b

#02175b #5b0217 #175b02

Analogous Colors of #02175b

#02175b #1a025b #02445b

Monochromatic Colors of #02175b

#02175b

Complementary Color

#02175b #5b4602

#02175b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02175b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02175b Color CSS Codes

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

#02175b Text Font Color

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

This sample text font color is #02175b
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.


#02175b Background Color

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

This div background color is #02175b


#02175b Border Color

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

This div border color is #02175b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,23,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02175b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02175b;
  -webkit-box-shadow: 1px 1px 3px 2px #02175b;
  box-shadow:         1px 1px 3px 2px #02175b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02175b


Comments

No comments written yet.

Please login to write comment.