Shades of Cobalt #0552BC
Tints of Cobalt #0552BC
RGB
CMYK
RGB Variations
Color information
#0552BC (or 0x0552BC) is known color: Cobalt. HEX triplet: 05, 52 and BC. RGB value is (5,82,188). Sum of RGB (Red+Green+Blue) = 5+82+188=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #0552BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552BC is #FAAD43. Grayscale: #464646. Windows color (decimal): -16428356 or 12341765. OLE color: 12341765.
HSL color Cylindrical-coordinate representation of color #0552BC: hue angle of 214.75º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0552BC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 82 | 188 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.26 |
| HSL | 214.75º | 0.95% | 0.38% | - |
| HSV(B) | 214.75º | 0.97% | 0.74% | - |
| XYZ | 12.16 | 9.7 | 48.81 | - |
| YUV | 71.06 | 193.99 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 188 | 0.97 | 0.56 | 0 | 0.26 | 214.75 | 0.95 | 0.38 |
| Hex | 5 | 52 | BC | 61 | 38 | 0 | 1A | D7 | 5F | 26 |
| Octal | 5 | 122 | 274 | 141 | 70 | 0 | 32 | 327 | 137 | 46 |
| Binary | 101 | 1010010 | 10111100 | 1100001 | 111000 | 0 | 11010 | 11010111 | 1011111 | 100110 |
Color Harmonies of #0552BC
Complementary color
Monochromatic Colors of #0552BC
Black with #0552BC
Text Example
Text Example
White with #0552BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0552BC; }
p { color: rgb(5,82,188); }
H1.HeaderClassName
{
color: #0552BC;
}
.AnyTagClassName
{
color: #0552BC;
}
</style>
background-color css
<style>
a { background-color: #0552BC; }
a { background-color: rgb(5,82,188); }
div.DivClassName
{
background-color: #0552BC;
}
.BgClassName
{
background-color: #0552BC;
}
</style>
border-color css
<style>
span { border-color: #0552BC; }
span { border-color: rgb(5,82,188); }
td.TdClassName
{
border-color: #0552BC;
}
.TagClassName
{
border-color: #0552BC;
}
</style>