Shades of Cobalt #053BBD
Tints of Cobalt #053BBD
RGB
CMYK
RGB Variations
Color information
#053BBD (or 0x053BBD) is known color: Cobalt. HEX triplet: 05, 3B and BD. RGB value is (5,59,189). Sum of RGB (Red+Green+Blue) = 5+59+189=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #053BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BBD is #FAC442. Grayscale: #393939. Windows color (decimal): -16434243 or 12401413. OLE color: 12401413.
HSL color Cylindrical-coordinate representation of color #053BBD: hue angle of 222.39º 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 #053BBD is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 59 | 189 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.26 |
| HSL | 222.39º | 0.95% | 0.38% | - |
| HSV(B) | 222.39º | 0.97% | 0.74% | - |
| XYZ | 10.81 | 6.83 | 48.89 | - |
| YUV | 57.67 | 202.11 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 189 | 0.97 | 0.69 | 0 | 0.26 | 222.39 | 0.95 | 0.38 |
| Hex | 5 | 3B | BD | 61 | 45 | 0 | 1A | DE | 5F | 26 |
| Octal | 5 | 73 | 275 | 141 | 105 | 0 | 32 | 336 | 137 | 46 |
| Binary | 101 | 111011 | 10111101 | 1100001 | 1000101 | 0 | 11010 | 11011110 | 1011111 | 100110 |
Color Harmonies of #053BBD
Complementary color
Monochromatic Colors of #053BBD
Black with #053BBD
Text Example
Text Example
White with #053BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BBD; }
p { color: rgb(5,59,189); }
H1.HeaderClassName
{
color: #053BBD;
}
.AnyTagClassName
{
color: #053BBD;
}
</style>
background-color css
<style>
a { background-color: #053BBD; }
a { background-color: rgb(5,59,189); }
div.DivClassName
{
background-color: #053BBD;
}
.BgClassName
{
background-color: #053BBD;
}
</style>
border-color css
<style>
span { border-color: #053BBD; }
span { border-color: rgb(5,59,189); }
td.TdClassName
{
border-color: #053BBD;
}
.TagClassName
{
border-color: #053BBD;
}
</style>