Html Css Color HEX #044CAA Cobalt

📋 copy color: '#044CAA'

red 4 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #044CAA

Tints of Cobalt #044CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68%

R = 1.6%
G = 30.4%
B = 68%

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

#044CAA (or 0x044CAA) is known color: Cobalt. HEX triplet: 04, 4C and AA. RGB value is (4,76,170). Sum of RGB (Red+Green+Blue) = 4+76+170=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #044CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044CAA is #FBB355. Grayscale: #404040. Windows color (decimal): -16495446 or 11160580. OLE color: 11160580.

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

Color convert

RGB 4 76 170 -
CMYK 0.98 0.55 0 0.33
HSL 213.98º 0.95% 0.34% -
HSV(B) 213.98º 0.98% 0.67% -
XYZ 9.89 8.1 39.07 -
YUV 65.19 187.15 84.36 -
System Red Green Blue C M Y K H S L
Decimal 4 76 170 0.98 0.55 0 0.33 213.98 0.95 0.34
Hex 4 4C AA 62 37 0 21 D6 5F 22
Octal 4 114 252 142 67 0 41 326 137 42
Binary 100 1001100 10101010 1100010 110111 0 100001 11010110 1011111 100010

Color Harmonies of #044CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CAA

Black with #044CAA

Text Example


Text Example

White with #044CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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