Color Hex Logo

#02309f Color Hex

#02309F
(2,48,159)
0 Favorites   0 Comments

Color spaces of #02309f

RGB 248159
HSL0.620.980.32
HSV222°99°62°
CMYK 0.990.700.00   0.38
XYZ7.34004.630033.3077
Yxy4.63000.16210.1023
Hunter Lab21.517423.2342-76.7152
CIE-Lab25.653533.3820-62.9427

#02309f color RGB value is (2,48,159).

#02309f hex color red value is 2, green value is 48 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #02309f hue: 0.62 , saturation: 0.98 and the lightness value of 02309f is 0.32.

The process color (four color CMYK) of #02309f color hex is 0.99, 0.70, 0.00, 0.38. Web safe color of #02309f is #003399. Color #02309f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110000 10011111
Octal 2 60 237
Decimal 2 48 159
Hex 2 30 9F

RGB Percentages of Color #02309f

%0.96
%22.97
%76.08

CMYK Percentages of Color #02309f

%99
%70
%0
%38

Triadic Colors of #02309f

#02309f #9f0230 #309f02

Analogous Colors of #02309f

#02309f #22029f #027f9f

Monochromatic Colors of #02309f

#02309f

Complementary Color

#02309f #9f7102

#02309f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02309f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02309f Color CSS Codes

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

#02309f Text Font Color

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

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


#02309f Background Color

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

This div background color is #02309f


#02309f Border Color

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

This div border color is #02309f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,48,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02309f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02309f;
  -webkit-box-shadow: 1px 1px 3px 2px #02309f;
  box-shadow:         1px 1px 3px 2px #02309f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02309f


Comments

No comments written yet.

Please login to write comment.