Shades of Cobalt #053DB8
Tints of Cobalt #053DB8
RGB
CMYK
RGB Variations
Color information
#053DB8 (or 0x053DB8) is known color: Cobalt. HEX triplet: 05, 3D and B8. RGB value is (5,61,184). Sum of RGB (Red+Green+Blue) = 5+61+184=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 184 (72.27% from 255 or 73.6% from 250); Max value from RGB is 184 - color contains mainly: blue. Hex color #053DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DB8 is #FAC247. Grayscale: #393939. Windows color (decimal): -16433736 or 12074245. OLE color: 12074245.
HSL color Cylindrical-coordinate representation of color #053DB8: hue angle of 221.23º 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 #053DB8 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 61 | 184 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.28 |
| HSL | 221.23º | 0.95% | 0.37% | - |
| HSV(B) | 221.23º | 0.97% | 0.72% | - |
| XYZ | 10.38 | 6.83 | 46.12 | - |
| YUV | 58.28 | 198.95 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 184 | 0.97 | 0.67 | 0 | 0.28 | 221.23 | 0.95 | 0.37 |
| Hex | 5 | 3D | B8 | 61 | 43 | 0 | 1C | DD | 5F | 25 |
| Octal | 5 | 75 | 270 | 141 | 103 | 0 | 34 | 335 | 137 | 45 |
| Binary | 101 | 111101 | 10111000 | 1100001 | 1000011 | 0 | 11100 | 11011101 | 1011111 | 100101 |
Color Harmonies of #053DB8
Complementary color
Monochromatic Colors of #053DB8
Black with #053DB8
Text Example
Text Example
White with #053DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DB8; }
p { color: rgb(5,61,184); }
H1.HeaderClassName
{
color: #053DB8;
}
.AnyTagClassName
{
color: #053DB8;
}
</style>
background-color css
<style>
a { background-color: #053DB8; }
a { background-color: rgb(5,61,184); }
div.DivClassName
{
background-color: #053DB8;
}
.BgClassName
{
background-color: #053DB8;
}
</style>
border-color css
<style>
span { border-color: #053DB8; }
span { border-color: rgb(5,61,184); }
td.TdClassName
{
border-color: #053DB8;
}
.TagClassName
{
border-color: #053DB8;
}
</style>