#044A95

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

Shades of Cobalt #044A95

Tints of Cobalt #044A95

Color information

#044A95 (or 0x044A95) is unknown color: approx Cobalt. HEX triplet: 04, 4A and 95. RGB value is (4,74,149). Sum of RGB (Red+Green+Blue) = 4+74+149=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #044A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A95 is #FBB56A. Grayscale: #3D3D3D. Windows color (decimal): -16495979 or 9783812. OLE color: 9783812.

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

Color convert

RGB474149-
CMYK0.970.5000.42
HSL211.03º94.77%30%-
HSV(B)211.03º97.32%58.43%-
XYZ7.927.0929.39-
YUV61.62177.3186.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=1.76%
G=32.60%
B=65.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4741490.970.5000.42211.0394.7730
Hex44A95613202Ad35f1e
Octal41122251416205232313736
Binary1001001010100101011100001110010010101011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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