Shades of Cobalt #053FC1
Tints of Cobalt #053FC1
RGB
CMYK
RGB Variations
Color information
#053FC1 (or 0x053FC1) is known color: Cobalt. HEX triplet: 05, 3F and C1. RGB value is (5,63,193). Sum of RGB (Red+Green+Blue) = 5+63+193=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #053FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FC1 is #FAC03E. Grayscale: #3B3B3B. Windows color (decimal): -16433215 or 12664581. OLE color: 12664581.
HSL color Cylindrical-coordinate representation of color #053FC1: hue angle of 221.49º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053FC1 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 63 | 193 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.24 |
| HSL | 221.49º | 0.95% | 0.39% | - |
| HSV(B) | 221.49º | 0.97% | 0.76% | - |
| XYZ | 11.47 | 7.44 | 51.28 | - |
| YUV | 60.48 | 202.78 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 193 | 0.97 | 0.67 | 0 | 0.24 | 221.49 | 0.95 | 0.39 |
| Hex | 5 | 3F | C1 | 61 | 43 | 0 | 18 | DD | 5F | 27 |
| Octal | 5 | 77 | 301 | 141 | 103 | 0 | 30 | 335 | 137 | 47 |
| Binary | 101 | 111111 | 11000001 | 1100001 | 1000011 | 0 | 11000 | 11011101 | 1011111 | 100111 |
Color Harmonies of #053FC1
Complementary color
Monochromatic Colors of #053FC1
Black with #053FC1
Text Example
Text Example
White with #053FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FC1; }
p { color: rgb(5,63,193); }
H1.HeaderClassName
{
color: #053FC1;
}
.AnyTagClassName
{
color: #053FC1;
}
</style>
background-color css
<style>
a { background-color: #053FC1; }
a { background-color: rgb(5,63,193); }
div.DivClassName
{
background-color: #053FC1;
}
.BgClassName
{
background-color: #053FC1;
}
</style>
border-color css
<style>
span { border-color: #053FC1; }
span { border-color: rgb(5,63,193); }
td.TdClassName
{
border-color: #053FC1;
}
.TagClassName
{
border-color: #053FC1;
}
</style>