Shades of Cobalt #045097
Tints of Cobalt #045097
RGB
CMYK
RGB Variations
Color information
#045097 (or 0x045097) is known color: Cobalt. HEX triplet: 04, 50 and 97. RGB value is (4,80,151). Sum of RGB (Red+Green+Blue) = 4+80+151=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #045097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045097 is #FBAF68. Grayscale: #414141. Windows color (decimal): -16494441 or 9916420. OLE color: 9916420.
HSL color Cylindrical-coordinate representation of color #045097: hue angle of 208.98º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045097 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 80 | 151 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.41 |
| HSL | 208.98º | 0.95% | 0.3% | - |
| HSV(B) | 208.98º | 0.97% | 0.59% | - |
| XYZ | 8.5 | 8 | 30.37 | - |
| YUV | 65.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 151 | 0.97 | 0.47 | 0 | 0.41 | 208.98 | 0.95 | 0.3 |
| Hex | 4 | 50 | 97 | 61 | 2F | 0 | 29 | D1 | 5F | 1E |
| Octal | 4 | 120 | 227 | 141 | 57 | 0 | 51 | 321 | 137 | 36 |
| Binary | 100 | 1010000 | 10010111 | 1100001 | 101111 | 0 | 101001 | 11010001 | 1011111 | 11110 |
Color Harmonies of #045097
Complementary color
Monochromatic Colors of #045097
Black with #045097
Text Example
Text Example
White with #045097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045097; }
p { color: rgb(4,80,151); }
H1.HeaderClassName
{
color: #045097;
}
.AnyTagClassName
{
color: #045097;
}
</style>
background-color css
<style>
a { background-color: #045097; }
a { background-color: rgb(4,80,151); }
div.DivClassName
{
background-color: #045097;
}
.BgClassName
{
background-color: #045097;
}
</style>
border-color css
<style>
span { border-color: #045097; }
span { border-color: rgb(4,80,151); }
td.TdClassName
{
border-color: #045097;
}
.TagClassName
{
border-color: #045097;
}
</style>