Html Css Color HEX #04429F Cobalt

📋 copy color: '#04429F'

red 4 ◦ green 66 ◦ blue 159

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

Shades of Cobalt #04429F

Tints of Cobalt #04429F

RGB

 RED value IS 4 (1.95% from 255) = 1.75%

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

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

R = 1.75%
G = 28.82%
B = 69.43%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04429F (or 0x04429F) is known color: Cobalt. HEX triplet: 04, 42 and 9F. RGB value is (4,66,159). Sum of RGB (Red+Green+Blue) = 4+66+159=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #04429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04429F is #FBBD60. Grayscale: #393939. Windows color (decimal): -16498017 or 10437124. OLE color: 10437124.

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

Color convert

RGB 4 66 159 -
CMYK 0.97 0.58 0 0.38
HSL 216º 0.95% 0.32% -
HSV(B) 216º 0.97% 0.62% -
XYZ 8.26 6.43 33.61 -
YUV 58.06 184.96 89.44 -
System Red Green Blue C M Y K H S L
Decimal 4 66 159 0.97 0.58 0 0.38 216 0.95 0.32
Hex 4 42 9F 61 3A 0 26 D8 5F 20
Octal 4 102 237 141 72 0 46 330 137 40
Binary 100 1000010 10011111 1100001 111010 0 100110 11011000 1011111 100000

Color Harmonies of #04429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04429F

Black with #04429F

Text Example


Text Example

White with #04429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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