#044F98

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

Shades of Cobalt #044F98

Tints of Cobalt #044F98

Color information

#044F98 (or 0x044F98) is unknown color: approx Cobalt. HEX triplet: 04, 4F and 98. RGB value is (4,79,152). Sum of RGB (Red+Green+Blue) = 4+79+152=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #044F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044F98 is #FBB067. Grayscale: #404040. Windows color (decimal): -16494696 or 9981700. OLE color: 9981700.

HSL color Cylindrical-coordinate representation of color #044F98: hue angle of 209.59º 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 #044F98 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB479152-
CMYK0.970.4800.40
HSL209.59º94.87%30.59%-
HSV(B)209.59º97.37%59.61%-
XYZ8.517.8830.78-
YUV64.9177.1584.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=1.70%
G=33.62%
B=64.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4791520.970.4800.40209.5994.8730.59
Hex44F986130028d25f1f
Octal41172301416005032213737
Binary1001001111100110001100001110000010100011010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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