Shades of Cobalt #054DB2
Tints of Cobalt #054DB2
RGB
CMYK
RGB Variations
Color information
#054DB2 (or 0x054DB2) is known color: Cobalt. HEX triplet: 05, 4D and B2. RGB value is (5,77,178). Sum of RGB (Red+Green+Blue) = 5+77+178=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #054DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DB2 is #FAB24D. Grayscale: #424242. Windows color (decimal): -16429646 or 11685125. OLE color: 11685125.
HSL color Cylindrical-coordinate representation of color #054DB2: hue angle of 215.03º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DB2 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 77 | 178 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.30 |
| HSL | 215.03º | 0.95% | 0.36% | - |
| HSV(B) | 215.03º | 0.97% | 0.7% | - |
| XYZ | 10.75 | 8.55 | 43.2 | - |
| YUV | 66.99 | 190.65 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 178 | 0.97 | 0.57 | 0 | 0.30 | 215.03 | 0.95 | 0.36 |
| Hex | 5 | 4D | B2 | 61 | 39 | 0 | 1E | D7 | 5F | 24 |
| Octal | 5 | 115 | 262 | 141 | 71 | 0 | 36 | 327 | 137 | 44 |
| Binary | 101 | 1001101 | 10110010 | 1100001 | 111001 | 0 | 11110 | 11010111 | 1011111 | 100100 |
Color Harmonies of #054DB2
Complementary color
Monochromatic Colors of #054DB2
Black with #054DB2
Text Example
Text Example
White with #054DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DB2; }
p { color: rgb(5,77,178); }
H1.HeaderClassName
{
color: #054DB2;
}
.AnyTagClassName
{
color: #054DB2;
}
</style>
background-color css
<style>
a { background-color: #054DB2; }
a { background-color: rgb(5,77,178); }
div.DivClassName
{
background-color: #054DB2;
}
.BgClassName
{
background-color: #054DB2;
}
</style>
border-color css
<style>
span { border-color: #054DB2; }
span { border-color: rgb(5,77,178); }
td.TdClassName
{
border-color: #054DB2;
}
.TagClassName
{
border-color: #054DB2;
}
</style>