Shades of Cobalt #054ABC
Tints of Cobalt #054ABC
RGB
CMYK
RGB Variations
Color information
#054ABC (or 0x054ABC) is known color: Cobalt. HEX triplet: 05, 4A and BC. RGB value is (5,74,188). Sum of RGB (Red+Green+Blue) = 5+74+188=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #054ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054ABC is #FAB543. Grayscale: #414141. Windows color (decimal): -16430404 or 12339717. OLE color: 12339717.
HSL color Cylindrical-coordinate representation of color #054ABC: hue angle of 217.38º 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 #054ABC is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 74 | 188 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.26 |
| HSL | 217.38º | 0.95% | 0.38% | - |
| HSV(B) | 217.38º | 0.97% | 0.74% | - |
| XYZ | 11.59 | 8.56 | 48.62 | - |
| YUV | 66.37 | 196.64 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 188 | 0.97 | 0.61 | 0 | 0.26 | 217.38 | 0.95 | 0.38 |
| Hex | 5 | 4A | BC | 61 | 3D | 0 | 1A | D9 | 5F | 26 |
| Octal | 5 | 112 | 274 | 141 | 75 | 0 | 32 | 331 | 137 | 46 |
| Binary | 101 | 1001010 | 10111100 | 1100001 | 111101 | 0 | 11010 | 11011001 | 1011111 | 100110 |
Color Harmonies of #054ABC
Complementary color
Monochromatic Colors of #054ABC
Black with #054ABC
Text Example
Text Example
White with #054ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054ABC; }
p { color: rgb(5,74,188); }
H1.HeaderClassName
{
color: #054ABC;
}
.AnyTagClassName
{
color: #054ABC;
}
</style>
background-color css
<style>
a { background-color: #054ABC; }
a { background-color: rgb(5,74,188); }
div.DivClassName
{
background-color: #054ABC;
}
.BgClassName
{
background-color: #054ABC;
}
</style>
border-color css
<style>
span { border-color: #054ABC; }
span { border-color: rgb(5,74,188); }
td.TdClassName
{
border-color: #054ABC;
}
.TagClassName
{
border-color: #054ABC;
}
</style>