#02428D

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

Shades of Dark Cerulean #02428D

Tints of Dark Cerulean #02428D

Color information

#02428D (or 0x02428D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 42 and 8D. RGB value is (2,66,141). Sum of RGB (Red+Green+Blue) = 2+66+141=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #02428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02428D is #FDBD72. Grayscale: #373737. Windows color (decimal): -16629107 or 9257474. OLE color: 9257474.

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

Color convert

RGB266141-
CMYK0.990.5300.45
HSL212.37º97.2%28.04%-
HSV(B)212.37º98.58%55.29%-
XYZ6.785.8325.97-
YUV55.41176.389.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 141 (55.47% from 255) = 67.46%
R=0.96%
G=31.58%
B=67.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2661410.990.5300.45212.3797.228.04
Hex2428D633502Dd4611c
Octal21022151436505532414134
Binary101000010100011011100011110101010110111010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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