Shades of Cobalt #045BAB
Tints of Cobalt #045BAB
RGB
CMYK
RGB Variations
Color information
#045BAB (or 0x045BAB) is known color: Cobalt. HEX triplet: 04, 5B and AB. RGB value is (4,91,171). Sum of RGB (Red+Green+Blue) = 4+91+171=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #045BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045BAB is #FBA454. Grayscale: #494949. Windows color (decimal): -16491605 or 11229956. OLE color: 11229956.
HSL color Cylindrical-coordinate representation of color #045BAB: hue angle of 208.74º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BAB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 91 | 171 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.33 |
| HSL | 208.74º | 0.95% | 0.34% | - |
| HSV(B) | 208.74º | 0.98% | 0.67% | - |
| XYZ | 11.14 | 10.45 | 39.96 | - |
| YUV | 74.11 | 182.68 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 171 | 0.98 | 0.47 | 0 | 0.33 | 208.74 | 0.95 | 0.34 |
| Hex | 4 | 5B | AB | 62 | 2F | 0 | 21 | D1 | 5F | 22 |
| Octal | 4 | 133 | 253 | 142 | 57 | 0 | 41 | 321 | 137 | 42 |
| Binary | 100 | 1011011 | 10101011 | 1100010 | 101111 | 0 | 100001 | 11010001 | 1011111 | 100010 |
Color Harmonies of #045BAB
Complementary color
Monochromatic Colors of #045BAB
Black with #045BAB
Text Example
Text Example
White with #045BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BAB; }
p { color: rgb(4,91,171); }
H1.HeaderClassName
{
color: #045BAB;
}
.AnyTagClassName
{
color: #045BAB;
}
</style>
background-color css
<style>
a { background-color: #045BAB; }
a { background-color: rgb(4,91,171); }
div.DivClassName
{
background-color: #045BAB;
}
.BgClassName
{
background-color: #045BAB;
}
</style>
border-color css
<style>
span { border-color: #045BAB; }
span { border-color: rgb(4,91,171); }
td.TdClassName
{
border-color: #045BAB;
}
.TagClassName
{
border-color: #045BAB;
}
</style>