Html Css Color HEX #02429C Cobalt

📋 copy color: '#02429C'

red 2 ◦ green 66 ◦ blue 156

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

Shades of Cobalt #02429C

Tints of Cobalt #02429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 0.89%
G = 29.46%
B = 69.64%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02429C (or 0x02429C) is known color: Cobalt. HEX triplet: 02, 42 and 9C. RGB value is (2,66,156). Sum of RGB (Red+Green+Blue) = 2+66+156=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #02429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02429C is #FDBD63. Grayscale: #383838. Windows color (decimal): -16629092 or 10240514. OLE color: 10240514.

HSL color Cylindrical-coordinate representation of color #02429C: hue angle of 215.06º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02429C is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 66 156 -
CMYK 0.99 0.58 0 0.39
HSL 215.06º 0.97% 0.31% -
HSV(B) 215.06º 0.99% 0.61% -
XYZ 7.97 6.31 32.25 -
YUV 57.12 183.8 88.68 -
System Red Green Blue C M Y K H S L
Decimal 2 66 156 0.99 0.58 0 0.39 215.06 0.97 0.31
Hex 2 42 9C 63 3A 0 27 D7 61 1F
Octal 2 102 234 143 72 0 47 327 141 37
Binary 10 1000010 10011100 1100011 111010 0 100111 11010111 1100001 11111

Color Harmonies of #02429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02429C

Black with #02429C

Text Example


Text Example

White with #02429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02429C; }

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

 H1.HeaderClassName
 {
   color: #02429C;
 }
 .AnyTagClassName
 {
   color: #02429C;
 }
</style>

background-color css

<style>
 a { background-color: #02429C; }

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

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

border-color css

<style>
 span { border-color: #02429C; }

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

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