#044EAB

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

Shades of Cobalt #044EAB

Tints of Cobalt #044EAB

Color information

#044EAB (or 0x044EAB) is unknown color: approx Cobalt. HEX triplet: 04, 4E and AB. RGB value is (4,78,171). Sum of RGB (Red+Green+Blue) = 4+78+171=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #044EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044EAB is #FBB154. Grayscale: #424242. Windows color (decimal): -16494933 or 11226628. OLE color: 11226628.

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

Color convert

RGB478171-
CMYK0.980.5400.33
HSL213.41º95.43%34.31%-
HSV(B)213.41º97.66%67.06%-
XYZ10.138.4139.62-
YUV66.48186.9883.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 171 (67.19% from 255) = 67.59%
R=1.58%
G=30.83%
B=67.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4781710.980.5400.33213.4195.4334.31
Hex44EAB6236021d55f22
Octal41162531426604132513742
Binary10010011101010101111000101101100100001110101011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,78,171); }

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

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

 a { background-color: rgb(4,78,171); }

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

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

 span { border-color: rgb(4,78,171); }

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