#044E95

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

Shades of Cobalt #044E95

Tints of Cobalt #044E95

Color information

#044E95 (or 0x044E95) is unknown color: approx Cobalt. HEX triplet: 04, 4E and 95. RGB value is (4,78,149). Sum of RGB (Red+Green+Blue) = 4+78+149=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #044E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E95 is #FBB16A. Grayscale: #3F3F3F. Windows color (decimal): -16494955 or 9784836. OLE color: 9784836.

HSL color Cylindrical-coordinate representation of color #044E95: hue angle of 209.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E95 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB478149-
CMYK0.970.4800.42
HSL209.38º94.77%30%-
HSV(B)209.38º97.32%58.43%-
XYZ8.27.6429.48-
YUV63.97175.9885.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.73%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=1.73%
G=33.77%
B=64.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4781490.970.4800.42209.3894.7730
Hex44E95613002Ad15f1e
Octal41162251416005232113736
Binary1001001110100101011100001110000010101011010001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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