Shades of Cobalt #053FBC
Tints of Cobalt #053FBC
RGB
CMYK
RGB Variations
Color information
#053FBC (or 0x053FBC) is known color: Cobalt. HEX triplet: 05, 3F and BC. RGB value is (5,63,188). Sum of RGB (Red+Green+Blue) = 5+63+188=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #053FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FBC is #FAC043. Grayscale: #3B3B3B. Windows color (decimal): -16433220 or 12336901. OLE color: 12336901.
HSL color Cylindrical-coordinate representation of color #053FBC: hue angle of 220.98º 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 #053FBC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 63 | 188 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.26 |
| HSL | 220.98º | 0.95% | 0.38% | - |
| HSV(B) | 220.98º | 0.97% | 0.74% | - |
| XYZ | 10.92 | 7.22 | 48.39 | - |
| YUV | 59.91 | 200.28 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 188 | 0.97 | 0.66 | 0 | 0.26 | 220.98 | 0.95 | 0.38 |
| Hex | 5 | 3F | BC | 61 | 42 | 0 | 1A | DD | 5F | 26 |
| Octal | 5 | 77 | 274 | 141 | 102 | 0 | 32 | 335 | 137 | 46 |
| Binary | 101 | 111111 | 10111100 | 1100001 | 1000010 | 0 | 11010 | 11011101 | 1011111 | 100110 |
Color Harmonies of #053FBC
Complementary color
Monochromatic Colors of #053FBC
Black with #053FBC
Text Example
Text Example
White with #053FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FBC; }
p { color: rgb(5,63,188); }
H1.HeaderClassName
{
color: #053FBC;
}
.AnyTagClassName
{
color: #053FBC;
}
</style>
background-color css
<style>
a { background-color: #053FBC; }
a { background-color: rgb(5,63,188); }
div.DivClassName
{
background-color: #053FBC;
}
.BgClassName
{
background-color: #053FBC;
}
</style>
border-color css
<style>
span { border-color: #053FBC; }
span { border-color: rgb(5,63,188); }
td.TdClassName
{
border-color: #053FBC;
}
.TagClassName
{
border-color: #053FBC;
}
</style>