Shades of Cobalt #045AB1
Tints of Cobalt #045AB1
RGB
CMYK
RGB Variations
Color information
#045AB1 (or 0x045AB1) is known color: Cobalt. HEX triplet: 04, 5A and B1. RGB value is (4,90,177). Sum of RGB (Red+Green+Blue) = 4+90+177=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #045AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045AB1 is #FBA54E. Grayscale: #494949. Windows color (decimal): -16491855 or 11622916. OLE color: 11622916.
HSL color Cylindrical-coordinate representation of color #045AB1: hue angle of 210.17º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045AB1 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 90 | 177 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.31 |
| HSL | 210.17º | 0.96% | 0.35% | - |
| HSV(B) | 210.17º | 0.98% | 0.69% | - |
| XYZ | 11.64 | 10.51 | 43.01 | - |
| YUV | 74.2 | 186.01 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 177 | 0.98 | 0.49 | 0 | 0.31 | 210.17 | 0.96 | 0.35 |
| Hex | 4 | 5A | B1 | 62 | 31 | 0 | 1F | D2 | 60 | 23 |
| Octal | 4 | 132 | 261 | 142 | 61 | 0 | 37 | 322 | 140 | 43 |
| Binary | 100 | 1011010 | 10110001 | 1100010 | 110001 | 0 | 11111 | 11010010 | 1100000 | 100011 |
Color Harmonies of #045AB1
Complementary color
Monochromatic Colors of #045AB1
Black with #045AB1
Text Example
Text Example
White with #045AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045AB1; }
p { color: rgb(4,90,177); }
H1.HeaderClassName
{
color: #045AB1;
}
.AnyTagClassName
{
color: #045AB1;
}
</style>
background-color css
<style>
a { background-color: #045AB1; }
a { background-color: rgb(4,90,177); }
div.DivClassName
{
background-color: #045AB1;
}
.BgClassName
{
background-color: #045AB1;
}
</style>
border-color css
<style>
span { border-color: #045AB1; }
span { border-color: rgb(4,90,177); }
td.TdClassName
{
border-color: #045AB1;
}
.TagClassName
{
border-color: #045AB1;
}
</style>