Html Css Color HEX #044C96 Cobalt

📋 copy color: '#044C96'

red 4 ◦ green 76 ◦ blue 150

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

Shades of Cobalt #044C96

Tints of Cobalt #044C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 150 (58.98% from 255) = 65.22%

R = 1.74%
G = 33.04%
B = 65.22%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#044C96 (or 0x044C96) is known color: Cobalt. HEX triplet: 04, 4C and 96. RGB value is (4,76,150). Sum of RGB (Red+Green+Blue) = 4+76+150=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #044C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C96 is #FBB369. Grayscale: #3E3E3E. Windows color (decimal): -16495466 or 9849860. OLE color: 9849860.

HSL color Cylindrical-coordinate representation of color #044C96: hue angle of 210.41º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044C96 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 76 150 -
CMYK 0.97 0.49 0 0.41
HSL 210.41º 0.95% 0.3% -
HSV(B) 210.41º 0.97% 0.59% -
XYZ 8.14 7.4 29.85 -
YUV 62.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 4 76 150 0.97 0.49 0 0.41 210.41 0.95 0.3
Hex 4 4C 96 61 31 0 29 D2 5F 1E
Octal 4 114 226 141 61 0 51 322 137 36
Binary 100 1001100 10010110 1100001 110001 0 101001 11010010 1011111 11110

Color Harmonies of #044C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C96

Black with #044C96

Text Example


Text Example

White with #044C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044C96; }

 p { color: rgb(4,76,150); }

 H1.HeaderClassName
 {
   color: #044C96;
 }
 .AnyTagClassName
 {
   color: #044C96;
 }
</style>

background-color css

<style>
 a { background-color: #044C96; }

 a { background-color: rgb(4,76,150); }

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

border-color css

<style>
 span { border-color: #044C96; }

 span { border-color: rgb(4,76,150); }

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