#044E98

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

Shades of Cobalt #044E98

Tints of Cobalt #044E98

Color information

#044E98 (or 0x044E98) is unknown color: approx Cobalt. HEX triplet: 04, 4E and 98. RGB value is (4,78,152). Sum of RGB (Red+Green+Blue) = 4+78+152=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #044E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E98 is #FBB167. Grayscale: #3F3F3F. Windows color (decimal): -16494952 or 9981444. OLE color: 9981444.

HSL color Cylindrical-coordinate representation of color #044E98: hue angle of 210º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E98 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB478152-
CMYK0.970.4900.40
HSL210º94.87%30.59%-
HSV(B)210º97.37%59.61%-
XYZ8.447.7430.76-
YUV64.31177.4884.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 64.96%
R=1.71%
G=33.33%
B=64.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4781520.970.4900.4021094.8730.59
Hex44E986131028d25f1f
Octal41162301416105032213737
Binary1001001110100110001100001110001010100011010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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