Html Css Color HEX #044CAC Cobalt

📋 copy color: '#044CAC'

red 4 ◦ green 76 ◦ blue 172

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

Shades of Cobalt #044CAC

Tints of Cobalt #044CAC

RGB

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

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

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

R = 1.59%
G = 30.16%
B = 68.25%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#044CAC (or 0x044CAC) is known color: Cobalt. HEX triplet: 04, 4C and AC. RGB value is (4,76,172). Sum of RGB (Red+Green+Blue) = 4+76+172=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #044CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044CAC is #FBB353. Grayscale: #404040. Windows color (decimal): -16495444 or 11291652. OLE color: 11291652.

HSL color Cylindrical-coordinate representation of color #044CAC: hue angle of 214.29º 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 #044CAC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 76 172 -
CMYK 0.98 0.56 0 0.33
HSL 214.29º 0.95% 0.35% -
HSV(B) 214.29º 0.98% 0.67% -
XYZ 10.08 8.17 40.08 -
YUV 65.42 188.15 84.19 -
System Red Green Blue C M Y K H S L
Decimal 4 76 172 0.98 0.56 0 0.33 214.29 0.95 0.35
Hex 4 4C AC 62 38 0 21 D6 5F 23
Octal 4 114 254 142 70 0 41 326 137 43
Binary 100 1001100 10101100 1100010 111000 0 100001 11010110 1011111 100011

Color Harmonies of #044CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CAC

Black with #044CAC

Text Example


Text Example

White with #044CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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