Shades of Cobalt #045FA1
Tints of Cobalt #045FA1
RGB
CMYK
RGB Variations
Color information
#045FA1 (or 0x045FA1) is known color: Cobalt. HEX triplet: 04, 5F and A1. RGB value is (4,95,161). Sum of RGB (Red+Green+Blue) = 4+95+161=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #045FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045FA1 is #FBA05E. Grayscale: #4A4A4A. Windows color (decimal): -16490591 or 10575620. OLE color: 10575620.
HSL color Cylindrical-coordinate representation of color #045FA1: hue angle of 205.22º 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 #045FA1 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 95 | 161 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.37 |
| HSL | 205.22º | 0.95% | 0.32% | - |
| HSV(B) | 205.22º | 0.98% | 0.63% | - |
| XYZ | 10.58 | 10.78 | 35.24 | - |
| YUV | 75.32 | 176.35 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 161 | 0.98 | 0.41 | 0 | 0.37 | 205.22 | 0.95 | 0.32 |
| Hex | 4 | 5F | A1 | 62 | 29 | 0 | 25 | CD | 5F | 20 |
| Octal | 4 | 137 | 241 | 142 | 51 | 0 | 45 | 315 | 137 | 40 |
| Binary | 100 | 1011111 | 10100001 | 1100010 | 101001 | 0 | 100101 | 11001101 | 1011111 | 100000 |
Color Harmonies of #045FA1
Complementary color
Monochromatic Colors of #045FA1
Black with #045FA1
Text Example
Text Example
White with #045FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FA1; }
p { color: rgb(4,95,161); }
H1.HeaderClassName
{
color: #045FA1;
}
.AnyTagClassName
{
color: #045FA1;
}
</style>
background-color css
<style>
a { background-color: #045FA1; }
a { background-color: rgb(4,95,161); }
div.DivClassName
{
background-color: #045FA1;
}
.BgClassName
{
background-color: #045FA1;
}
</style>
border-color css
<style>
span { border-color: #045FA1; }
span { border-color: rgb(4,95,161); }
td.TdClassName
{
border-color: #045FA1;
}
.TagClassName
{
border-color: #045FA1;
}
</style>