Html Css Color HEX #02428B Dark Cerulean

📋 copy color: '#02428B'

red 2 ◦ green 66 ◦ blue 139

#02428B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02428B

Tints of Dark Cerulean #02428B

RGB

 RED value IS 2 (1.17% from 255) = 0.97%

 GREEN value IS 66 (26.17% from 255) = 31.88%

 BLUE value IS 139 (54.69% from 255) = 67.15%

R = 0.97%
G = 31.88%
B = 67.15%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02428B (or 0x02428B) is known color: Dark Cerulean. HEX triplet: 02, 42 and 8B. RGB value is (2,66,139). Sum of RGB (Red+Green+Blue) = 2+66+139=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #02428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02428B is #FDBD74. Grayscale: #363636. Windows color (decimal): -16629109 or 9126402. OLE color: 9126402.

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

Color convert

RGB 2 66 139 -
CMYK 0.99 0.53 0 0.45
HSL 211.97º 0.97% 0.28% -
HSV(B) 211.97º 0.99% 0.55% -
XYZ 6.63 5.77 25.19 -
YUV 55.19 175.3 90.06 -
System Red Green Blue C M Y K H S L
Decimal 2 66 139 0.99 0.53 0 0.45 211.97 0.97 0.28
Hex 2 42 8B 63 35 0 2D D4 61 1C
Octal 2 102 213 143 65 0 55 324 141 34
Binary 10 1000010 10001011 1100011 110101 0 101101 11010100 1100001 11100

Color Harmonies of #02428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02428B

Black with #02428B

Text Example


Text Example

White with #02428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02428B;
 }
 .AnyTagClassName
 {
   color: #02428B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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