Shades of Cobalt #053DBF
Tints of Cobalt #053DBF
RGB
CMYK
RGB Variations
Color information
#053DBF (or 0x053DBF) is known color: Cobalt. HEX triplet: 05, 3D and BF. RGB value is (5,61,191). Sum of RGB (Red+Green+Blue) = 5+61+191=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #053DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DBF is #FAC240. Grayscale: #3A3A3A. Windows color (decimal): -16433729 or 12532997. OLE color: 12532997.
HSL color Cylindrical-coordinate representation of color #053DBF: hue angle of 221.94º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053DBF is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 61 | 191 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.25 |
| HSL | 221.94º | 0.95% | 0.38% | - |
| HSV(B) | 221.94º | 0.97% | 0.75% | - |
| XYZ | 11.14 | 7.13 | 50.08 | - |
| YUV | 59.08 | 202.45 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 191 | 0.97 | 0.68 | 0 | 0.25 | 221.94 | 0.95 | 0.38 |
| Hex | 5 | 3D | BF | 61 | 44 | 0 | 19 | DE | 5F | 26 |
| Octal | 5 | 75 | 277 | 141 | 104 | 0 | 31 | 336 | 137 | 46 |
| Binary | 101 | 111101 | 10111111 | 1100001 | 1000100 | 0 | 11001 | 11011110 | 1011111 | 100110 |
Color Harmonies of #053DBF
Complementary color
Monochromatic Colors of #053DBF
Black with #053DBF
Text Example
Text Example
White with #053DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DBF; }
p { color: rgb(5,61,191); }
H1.HeaderClassName
{
color: #053DBF;
}
.AnyTagClassName
{
color: #053DBF;
}
</style>
background-color css
<style>
a { background-color: #053DBF; }
a { background-color: rgb(5,61,191); }
div.DivClassName
{
background-color: #053DBF;
}
.BgClassName
{
background-color: #053DBF;
}
</style>
border-color css
<style>
span { border-color: #053DBF; }
span { border-color: rgb(5,61,191); }
td.TdClassName
{
border-color: #053DBF;
}
.TagClassName
{
border-color: #053DBF;
}
</style>