Html Css Color HEX #04419E Cobalt

📋 copy color: '#04419E'

red 4 ◦ green 65 ◦ blue 158

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

Shades of Cobalt #04419E

Tints of Cobalt #04419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.63%

 BLUE value IS 158 (62.11% from 255) = 69.6%

R = 1.76%
G = 28.63%
B = 69.6%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04419E (or 0x04419E) is known color: Cobalt. HEX triplet: 04, 41 and 9E. RGB value is (4,65,158). Sum of RGB (Red+Green+Blue) = 4+65+158=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #04419E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04419E is #FBBE61. Grayscale: #383838. Windows color (decimal): -16498274 or 10371332. OLE color: 10371332.

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

Color convert

RGB 4 65 158 -
CMYK 0.97 0.59 0 0.38
HSL 216.23º 0.95% 0.32% -
HSV(B) 216.23º 0.97% 0.62% -
XYZ 8.11 6.28 33.13 -
YUV 57.36 184.79 89.94 -
System Red Green Blue C M Y K H S L
Decimal 4 65 158 0.97 0.59 0 0.38 216.23 0.95 0.32
Hex 4 41 9E 61 3B 0 26 D8 5F 20
Octal 4 101 236 141 73 0 46 330 137 40
Binary 100 1000001 10011110 1100001 111011 0 100110 11011000 1011111 100000

Color Harmonies of #04419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04419E

Black with #04419E

Text Example


Text Example

White with #04419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04419E; }

 p { color: rgb(4,65,158); }

 H1.HeaderClassName
 {
   color: #04419E;
 }
 .AnyTagClassName
 {
   color: #04419E;
 }
</style>

background-color css

<style>
 a { background-color: #04419E; }

 a { background-color: rgb(4,65,158); }

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

border-color css

<style>
 span { border-color: #04419E; }

 span { border-color: rgb(4,65,158); }

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