#044B95

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

Shades of Cobalt #044B95

Tints of Cobalt #044B95

Color information

#044B95 (or 0x044B95) is unknown color: approx Cobalt. HEX triplet: 04, 4B and 95. RGB value is (4,75,149). Sum of RGB (Red+Green+Blue) = 4+75+149=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #044B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044B95 is #FBB46A. Grayscale: #3D3D3D. Windows color (decimal): -16495723 or 9784068. OLE color: 9784068.

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

Color convert

RGB475149-
CMYK0.970.5000.42
HSL210.62º94.77%30%-
HSV(B)210.62º97.32%58.43%-
XYZ7.997.2329.41-
YUV62.21176.9886.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=1.75%
G=32.89%
B=65.35%

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
Decimal4751490.970.5000.42210.6294.7730
Hex44B95613202Ad35f1e
Octal41132251416205232313736
Binary1001001011100101011100001110010010101011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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