#02438D

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

Shades of Dark Cerulean #02438D

Tints of Dark Cerulean #02438D

Color information

#02438D (or 0x02438D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 43 and 8D. RGB value is (2,67,141). Sum of RGB (Red+Green+Blue) = 2+67+141=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #02438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02438D is #FDBC72. Grayscale: #373737. Windows color (decimal): -16628851 or 9257730. OLE color: 9257730.

HSL color Cylindrical-coordinate representation of color #02438D: hue angle of 211.94º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02438D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB267141-
CMYK0.990.5200.45
HSL211.94º97.2%28.04%-
HSV(B)211.94º98.58%55.29%-
XYZ6.845.9525.99-
YUV56175.9789.48-

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.90%
BLUE value IS 141 (55.47% from 255) = 67.14%
R=0.95%
G=31.90%
B=67.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2671410.990.5200.45211.9497.228.04
Hex2438D633402Dd4611c
Octal21032151436405532414134
Binary101000011100011011100011110100010110111010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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