Shades of Cobalt #0452AB
Tints of Cobalt #0452AB
RGB
CMYK
RGB Variations
Color information
#0452AB (or 0x0452AB) is known color: Cobalt. HEX triplet: 04, 52 and AB. RGB value is (4,82,171). Sum of RGB (Red+Green+Blue) = 4+82+171=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #0452AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0452AB is #FBAD54. Grayscale: #444444. Windows color (decimal): -16493909 or 11227652. OLE color: 11227652.
HSL color Cylindrical-coordinate representation of color #0452AB: hue angle of 211.98º 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 #0452AB is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 82 | 171 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.33 |
| HSL | 211.98º | 0.95% | 0.34% | - |
| HSV(B) | 211.98º | 0.98% | 0.67% | - |
| XYZ | 10.42 | 9 | 39.72 | - |
| YUV | 68.82 | 185.66 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 171 | 0.98 | 0.52 | 0 | 0.33 | 211.98 | 0.95 | 0.34 |
| Hex | 4 | 52 | AB | 62 | 34 | 0 | 21 | D4 | 5F | 22 |
| Octal | 4 | 122 | 253 | 142 | 64 | 0 | 41 | 324 | 137 | 42 |
| Binary | 100 | 1010010 | 10101011 | 1100010 | 110100 | 0 | 100001 | 11010100 | 1011111 | 100010 |
Color Harmonies of #0452AB
Complementary color
Monochromatic Colors of #0452AB
Black with #0452AB
Text Example
Text Example
White with #0452AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0452AB; }
p { color: rgb(4,82,171); }
H1.HeaderClassName
{
color: #0452AB;
}
.AnyTagClassName
{
color: #0452AB;
}
</style>
background-color css
<style>
a { background-color: #0452AB; }
a { background-color: rgb(4,82,171); }
div.DivClassName
{
background-color: #0452AB;
}
.BgClassName
{
background-color: #0452AB;
}
</style>
border-color css
<style>
span { border-color: #0452AB; }
span { border-color: rgb(4,82,171); }
td.TdClassName
{
border-color: #0452AB;
}
.TagClassName
{
border-color: #0452AB;
}
</style>