Html Css Color HEX #044AAA Cobalt

📋 copy color: '#044AAA'

red 4 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #044AAA

Tints of Cobalt #044AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.84%

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

R = 1.61%
G = 29.84%
B = 68.55%

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

#044AAA (or 0x044AAA) is known color: Cobalt. HEX triplet: 04, 4A and AA. RGB value is (4,74,170). Sum of RGB (Red+Green+Blue) = 4+74+170=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #044AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044AAA is #FBB555. Grayscale: #3F3F3F. Windows color (decimal): -16495958 or 11160068. OLE color: 11160068.

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

Color convert

RGB 4 74 170 -
CMYK 0.98 0.56 0 0.33
HSL 214.7º 0.95% 0.34% -
HSV(B) 214.7º 0.98% 0.67% -
XYZ 9.75 7.83 39.03 -
YUV 64.01 187.81 85.19 -
System Red Green Blue C M Y K H S L
Decimal 4 74 170 0.98 0.56 0 0.33 214.7 0.95 0.34
Hex 4 4A AA 62 38 0 21 D7 5F 22
Octal 4 112 252 142 70 0 41 327 137 42
Binary 100 1001010 10101010 1100010 111000 0 100001 11010111 1011111 100010

Color Harmonies of #044AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AAA

Black with #044AAA

Text Example


Text Example

White with #044AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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