#044AAF

Color #044AAF Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #044AAF

Tints of Cobalt #044AAF

Color information

#044AAF (or 0x044AAF) is unknown color: approx Cobalt. HEX triplet: 04, 4A and AF. RGB value is (4,74,175). Sum of RGB (Red+Green+Blue) = 4+74+175=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #044AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044AAF is #FBB550. Grayscale: #404040. Windows color (decimal): -16495953 or 11487748. OLE color: 11487748.

HSL color Cylindrical-coordinate representation of color #044AAF: hue angle of 215.44º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AAF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB474175-
CMYK0.980.5800.31
HSL215.44º95.53%35.1%-
HSV(B)215.44º97.71%68.63%-
XYZ10.248.0241.57-
YUV64.58190.3184.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 175 (68.75% from 255) = 69.17%
R=1.58%
G=29.25%
B=69.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4741750.980.5800.31215.4495.5335.1
Hex44AAF623A01Fd76023
Octal41122571427203732714043
Binary1001001010101011111100010111010011111110101111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #044AAF;
 }
 .AnyTagClassName
 {
   color: #044AAF;
 }
</style>
background-color css

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

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

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

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

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

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