Shades of Cobalt #045D96
Tints of Cobalt #045D96
RGB
CMYK
RGB Variations
Color information
#045D96 (or 0x045D96) is known color: Cobalt. HEX triplet: 04, 5D and 96. RGB value is (4,93,150). Sum of RGB (Red+Green+Blue) = 4+93+150=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #045D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045D96 is #FBA269. Grayscale: #484848. Windows color (decimal): -16491114 or 9854212. OLE color: 9854212.
HSL color Cylindrical-coordinate representation of color #045D96: hue angle of 203.42º 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 #045D96 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 93 | 150 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.41 |
| HSL | 203.42º | 0.95% | 0.3% | - |
| HSV(B) | 203.42º | 0.97% | 0.59% | - |
| XYZ | 9.47 | 10.06 | 30.3 | - |
| YUV | 72.89 | 171.51 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 150 | 0.97 | 0.38 | 0 | 0.41 | 203.42 | 0.95 | 0.3 |
| Hex | 4 | 5D | 96 | 61 | 26 | 0 | 29 | CB | 5F | 1E |
| Octal | 4 | 135 | 226 | 141 | 46 | 0 | 51 | 313 | 137 | 36 |
| Binary | 100 | 1011101 | 10010110 | 1100001 | 100110 | 0 | 101001 | 11001011 | 1011111 | 11110 |
Color Harmonies of #045D96
Complementary color
Monochromatic Colors of #045D96
Black with #045D96
Text Example
Text Example
White with #045D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D96; }
p { color: rgb(4,93,150); }
H1.HeaderClassName
{
color: #045D96;
}
.AnyTagClassName
{
color: #045D96;
}
</style>
background-color css
<style>
a { background-color: #045D96; }
a { background-color: rgb(4,93,150); }
div.DivClassName
{
background-color: #045D96;
}
.BgClassName
{
background-color: #045D96;
}
</style>
border-color css
<style>
span { border-color: #045D96; }
span { border-color: rgb(4,93,150); }
td.TdClassName
{
border-color: #045D96;
}
.TagClassName
{
border-color: #045D96;
}
</style>