#045299

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

Shades of Cobalt #045299

Tints of Cobalt #045299

Color information

#045299 (or 0x045299) is unknown color: approx Cobalt. HEX triplet: 04, 52 and 99. RGB value is (4,82,153). Sum of RGB (Red+Green+Blue) = 4+82+153=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #045299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045299 is #FBAD66. Grayscale: #424242. Windows color (decimal): -16493927 or 10048004. OLE color: 10048004.

HSL color Cylindrical-coordinate representation of color #045299: hue angle of 208.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 #045299 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB482153-
CMYK0.970.4600.4
HSL208.59º94.9%30.78%-
HSV(B)208.59º97.39%60%-
XYZ8.828.3631.29-
YUV66.77176.6683.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 153 (60.16% from 255) = 64.02%
R=1.67%
G=34.31%
B=64.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4821530.970.4600.4208.5994.930.78
Hex45299612E028d15f1f
Octal41222311415605032113737
Binary1001010010100110011100001101110010100011010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045299; }

 p { color: rgb(4,82,153); }

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

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

 a { background-color: rgb(4,82,153); }

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

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

 span { border-color: rgb(4,82,153); }

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