Html Css Color HEX #04419D Cobalt

📋 copy color: '#04419D'

red 4 ◦ green 65 ◦ blue 157

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

Shades of Cobalt #04419D

Tints of Cobalt #04419D

RGB

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

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

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

R = 1.77%
G = 28.76%
B = 69.47%

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

#04419D (or 0x04419D) is known color: Cobalt. HEX triplet: 04, 41 and 9D. RGB value is (4,65,157). Sum of RGB (Red+Green+Blue) = 4+65+157=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #04419D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04419D is #FBBE62. Grayscale: #383838. Windows color (decimal): -16498275 or 10305796. OLE color: 10305796.

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

Color convert

RGB 4 65 157 -
CMYK 0.97 0.59 0 0.38
HSL 216.08º 0.95% 0.32% -
HSV(B) 216.08º 0.97% 0.62% -
XYZ 8.03 6.24 32.68 -
YUV 57.25 184.29 90.02 -
System Red Green Blue C M Y K H S L
Decimal 4 65 157 0.97 0.59 0 0.38 216.08 0.95 0.32
Hex 4 41 9D 61 3B 0 26 D8 5F 20
Octal 4 101 235 141 73 0 46 330 137 40
Binary 100 1000001 10011101 1100001 111011 0 100110 11011000 1011111 100000

Color Harmonies of #04419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04419D

Black with #04419D

Text Example


Text Example

White with #04419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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