Html Css Color HEX #02429F Cobalt

📋 copy color: '#02429F'

red 2 ◦ green 66 ◦ blue 159

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

Shades of Cobalt #02429F

Tints of Cobalt #02429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 0.88%
G = 29.07%
B = 70.04%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02429F (or 0x02429F) is known color: Cobalt. HEX triplet: 02, 42 and 9F. RGB value is (2,66,159). Sum of RGB (Red+Green+Blue) = 2+66+159=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #02429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02429F is #FDBD60. Grayscale: #393939. Windows color (decimal): -16629089 or 10437122. OLE color: 10437122.

HSL color Cylindrical-coordinate representation of color #02429F: hue angle of 215.54º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02429F is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 66 159 -
CMYK 0.99 0.58 0 0.38
HSL 215.54º 0.98% 0.32% -
HSV(B) 215.54º 0.99% 0.62% -
XYZ 8.23 6.41 33.6 -
YUV 57.47 185.3 88.44 -
System Red Green Blue C M Y K H S L
Decimal 2 66 159 0.99 0.58 0 0.38 215.54 0.98 0.32
Hex 2 42 9F 63 3A 0 26 D8 62 20
Octal 2 102 237 143 72 0 46 330 142 40
Binary 10 1000010 10011111 1100011 111010 0 100110 11011000 1100010 100000

Color Harmonies of #02429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02429F

Black with #02429F

Text Example


Text Example

White with #02429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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