Html Css Color HEX #044FAA Cobalt

📋 copy color: '#044FAA'

red 4 ◦ green 79 ◦ blue 170

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

Shades of Cobalt #044FAA

Tints of Cobalt #044FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.23%

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

R = 1.58%
G = 31.23%
B = 67.19%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#044FAA (or 0x044FAA) is known color: Cobalt. HEX triplet: 04, 4F and AA. RGB value is (4,79,170). Sum of RGB (Red+Green+Blue) = 4+79+170=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #044FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FAA is #FBB055. Grayscale: #424242. Windows color (decimal): -16494678 or 11161348. OLE color: 11161348.

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

Color convert

RGB 4 79 170 -
CMYK 0.98 0.54 0 0.33
HSL 212.89º 0.95% 0.34% -
HSV(B) 212.89º 0.98% 0.67% -
XYZ 10.1 8.52 39.14 -
YUV 66.95 186.15 83.1 -
System Red Green Blue C M Y K H S L
Decimal 4 79 170 0.98 0.54 0 0.33 212.89 0.95 0.34
Hex 4 4F AA 62 36 0 21 D5 5F 22
Octal 4 117 252 142 66 0 41 325 137 42
Binary 100 1001111 10101010 1100010 110110 0 100001 11010101 1011111 100010

Color Harmonies of #044FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FAA

Black with #044FAA

Text Example


Text Example

White with #044FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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