#02438E

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

Shades of Dark Cerulean #02438E

Tints of Dark Cerulean #02438E

Color information

#02438E (or 0x02438E) is unknown color: approx Dark Cerulean. HEX triplet: 02, 43 and 8E. RGB value is (2,67,142). Sum of RGB (Red+Green+Blue) = 2+67+142=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #02438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02438E is #FDBC71. Grayscale: #373737. Windows color (decimal): -16628850 or 9323266. OLE color: 9323266.

HSL color Cylindrical-coordinate representation of color #02438E: hue angle of 212.14º 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 #02438E is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB267142-
CMYK0.990.5300.44
HSL212.14º97.22%28.24%-
HSV(B)212.14º98.59%55.69%-
XYZ6.915.9826.38-
YUV56.11176.4789.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 142 (55.86% from 255) = 67.30%
R=0.95%
G=31.75%
B=67.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2671420.990.5300.44212.1497.2228.24
Hex2438E633502Cd4611c
Octal21032161436505432414134
Binary101000011100011101100011110101010110011010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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