Shades of Cobalt #045FA0
Tints of Cobalt #045FA0
RGB
CMYK
RGB Variations
Color information
#045FA0 (or 0x045FA0) is known color: Cobalt. HEX triplet: 04, 5F and A0. RGB value is (4,95,160). Sum of RGB (Red+Green+Blue) = 4+95+160=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #045FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045FA0 is #FBA05F. Grayscale: #4A4A4A. Windows color (decimal): -16490592 or 10510084. OLE color: 10510084.
HSL color Cylindrical-coordinate representation of color #045FA0: hue angle of 205º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FA0 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 95 | 160 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.37 |
| HSL | 205º | 0.95% | 0.32% | - |
| HSV(B) | 205º | 0.98% | 0.63% | - |
| XYZ | 10.49 | 10.75 | 34.78 | - |
| YUV | 75.2 | 175.85 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 160 | 0.98 | 0.41 | 0 | 0.37 | 205 | 0.95 | 0.32 |
| Hex | 4 | 5F | A0 | 62 | 29 | 0 | 25 | CD | 5F | 20 |
| Octal | 4 | 137 | 240 | 142 | 51 | 0 | 45 | 315 | 137 | 40 |
| Binary | 100 | 1011111 | 10100000 | 1100010 | 101001 | 0 | 100101 | 11001101 | 1011111 | 100000 |
Color Harmonies of #045FA0
Complementary color
Monochromatic Colors of #045FA0
Black with #045FA0
Text Example
Text Example
White with #045FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FA0; }
p { color: rgb(4,95,160); }
H1.HeaderClassName
{
color: #045FA0;
}
.AnyTagClassName
{
color: #045FA0;
}
</style>
background-color css
<style>
a { background-color: #045FA0; }
a { background-color: rgb(4,95,160); }
div.DivClassName
{
background-color: #045FA0;
}
.BgClassName
{
background-color: #045FA0;
}
</style>
border-color css
<style>
span { border-color: #045FA0; }
span { border-color: rgb(4,95,160); }
td.TdClassName
{
border-color: #045FA0;
}
.TagClassName
{
border-color: #045FA0;
}
</style>