Html Css Color HEX #044DAC Cobalt

📋 copy color: '#044DAC'

red 4 ◦ green 77 ◦ blue 172

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

Shades of Cobalt #044DAC

Tints of Cobalt #044DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

 BLUE value IS 172 (67.58% from 255) = 67.98%

R = 1.58%
G = 30.43%
B = 67.98%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#044DAC (or 0x044DAC) is known color: Cobalt. HEX triplet: 04, 4D and AC. RGB value is (4,77,172). Sum of RGB (Red+Green+Blue) = 4+77+172=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #044DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044DAC is #FBB253. Grayscale: #414141. Windows color (decimal): -16495188 or 11291908. OLE color: 11291908.

HSL color Cylindrical-coordinate representation of color #044DAC: hue angle of 213.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DAC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 77 172 -
CMYK 0.98 0.55 0 0.33
HSL 213.93º 0.95% 0.35% -
HSV(B) 213.93º 0.98% 0.67% -
XYZ 10.15 8.31 40.1 -
YUV 66 187.82 83.78 -
System Red Green Blue C M Y K H S L
Decimal 4 77 172 0.98 0.55 0 0.33 213.93 0.95 0.35
Hex 4 4D AC 62 37 0 21 D6 5F 23
Octal 4 115 254 142 67 0 41 326 137 43
Binary 100 1001101 10101100 1100010 110111 0 100001 11010110 1011111 100011

Color Harmonies of #044DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DAC

Black with #044DAC

Text Example


Text Example

White with #044DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,172); }

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

background-color css

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

 a { background-color: rgb(4,77,172); }

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

border-color css

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

 span { border-color: rgb(4,77,172); }

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