Shades of Cobalt #053BB8
Tints of Cobalt #053BB8
RGB
CMYK
RGB Variations
Color information
#053BB8 (or 0x053BB8) is known color: Cobalt. HEX triplet: 05, 3B and B8. RGB value is (5,59,184). Sum of RGB (Red+Green+Blue) = 5+59+184=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 184 (72.27% from 255 or 74.19% from 248); Max value from RGB is 184 - color contains mainly: blue. Hex color #053BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BB8 is #FAC447. Grayscale: #383838. Windows color (decimal): -16434248 or 12073733. OLE color: 12073733.
HSL color Cylindrical-coordinate representation of color #053BB8: hue angle of 221.9º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053BB8 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 59 | 184 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.28 |
| HSL | 221.9º | 0.95% | 0.37% | - |
| HSV(B) | 221.9º | 0.97% | 0.72% | - |
| XYZ | 10.28 | 6.62 | 46.08 | - |
| YUV | 57.1 | 199.61 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 184 | 0.97 | 0.68 | 0 | 0.28 | 221.9 | 0.95 | 0.37 |
| Hex | 5 | 3B | B8 | 61 | 44 | 0 | 1C | DE | 5F | 25 |
| Octal | 5 | 73 | 270 | 141 | 104 | 0 | 34 | 336 | 137 | 45 |
| Binary | 101 | 111011 | 10111000 | 1100001 | 1000100 | 0 | 11100 | 11011110 | 1011111 | 100101 |
Color Harmonies of #053BB8
Complementary color
Monochromatic Colors of #053BB8
Black with #053BB8
Text Example
Text Example
White with #053BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BB8; }
p { color: rgb(5,59,184); }
H1.HeaderClassName
{
color: #053BB8;
}
.AnyTagClassName
{
color: #053BB8;
}
</style>
background-color css
<style>
a { background-color: #053BB8; }
a { background-color: rgb(5,59,184); }
div.DivClassName
{
background-color: #053BB8;
}
.BgClassName
{
background-color: #053BB8;
}
</style>
border-color css
<style>
span { border-color: #053BB8; }
span { border-color: rgb(5,59,184); }
td.TdClassName
{
border-color: #053BB8;
}
.TagClassName
{
border-color: #053BB8;
}
</style>