#02458E

Color #02458E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #02458E

Tints of Dark Cerulean #02458E

Color information

#02458E (or 0x02458E) is unknown color: approx Dark Cerulean. HEX triplet: 02, 45 and 8E. RGB value is (2,69,142). Sum of RGB (Red+Green+Blue) = 2+69+142=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #02458E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02458E is #FDBA71. Grayscale: #383838. Windows color (decimal): -16628338 or 9323778. OLE color: 9323778.

HSL color Cylindrical-coordinate representation of color #02458E: hue angle of 211.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02458E is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB269142-
CMYK0.990.5100.44
HSL211.29º97.22%28.24%-
HSV(B)211.29º98.59%55.69%-
XYZ7.046.2226.42-
YUV57.29175.888.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 142 (55.86% from 255) = 66.67%
R=0.94%
G=32.39%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2691420.990.5100.44211.2997.2228.24
Hex2458E633302Cd3611c
Octal21052161436305432314134
Binary101000101100011101100011110011010110011010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02458E; }

 p { color: rgb(2,69,142); }

 H1.HeaderClassName
 {
   color: #02458E;
 }
 .AnyTagClassName
 {
   color: #02458E;
 }
</style>
background-color css

<style>
 a { background-color: #02458E; }

 a { background-color: rgb(2,69,142); }

 div.DivClassName
 {
   background-color: #02458E;
 }
 .BgClassName
 {
   background-color: #02458E;
 }
</style>
border-color css

<style>
 span { border-color: #02458E; }

 span { border-color: rgb(2,69,142); }

 td.TdClassName
 {
   border-color: #02458E;
 }
 .TagClassName
 {
   border-color: #02458E;
 }
</style>