Html Css Color HEX #04429D Cobalt

📋 copy color: '#04429D'

red 4 ◦ green 66 ◦ blue 157

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

Shades of Cobalt #04429D

Tints of Cobalt #04429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.16%

R = 1.76%
G = 29.07%
B = 69.16%

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

#04429D (or 0x04429D) is known color: Cobalt. HEX triplet: 04, 42 and 9D. RGB value is (4,66,157). Sum of RGB (Red+Green+Blue) = 4+66+157=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #04429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04429D is #FBBD62. Grayscale: #393939. Windows color (decimal): -16498019 or 10306052. OLE color: 10306052.

HSL color Cylindrical-coordinate representation of color #04429D: hue angle of 215.69º 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 #04429D is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 66 157 -
CMYK 0.97 0.58 0 0.38
HSL 215.69º 0.95% 0.32% -
HSV(B) 215.69º 0.97% 0.62% -
XYZ 8.08 6.36 32.7 -
YUV 57.84 183.96 89.6 -
System Red Green Blue C M Y K H S L
Decimal 4 66 157 0.97 0.58 0 0.38 215.69 0.95 0.32
Hex 4 42 9D 61 3A 0 26 D8 5F 20
Octal 4 102 235 141 72 0 46 330 137 40
Binary 100 1000010 10011101 1100001 111010 0 100110 11011000 1011111 100000

Color Harmonies of #04429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04429D

Black with #04429D

Text Example


Text Example

White with #04429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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