Shades of Cobalt #054EC1
Tints of Cobalt #054EC1
RGB
CMYK
RGB Variations
Color information
#054EC1 (or 0x054EC1) is known color: Cobalt. HEX triplet: 05, 4E and C1. RGB value is (5,78,193). Sum of RGB (Red+Green+Blue) = 5+78+193=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 193 (75.78% from 255 or 69.93% from 276); Max value from RGB is 193 - color contains mainly: blue. Hex color #054EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EC1 is #FAB13E. Grayscale: #444444. Windows color (decimal): -16429375 or 12668421. OLE color: 12668421.
HSL color Cylindrical-coordinate representation of color #054EC1: hue angle of 216.7º 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 #054EC1 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 78 | 193 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.24 |
| HSL | 216.7º | 0.95% | 0.39% | - |
| HSV(B) | 216.7º | 0.97% | 0.76% | - |
| XYZ | 12.41 | 9.33 | 51.6 | - |
| YUV | 69.28 | 197.82 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 193 | 0.97 | 0.60 | 0 | 0.24 | 216.7 | 0.95 | 0.39 |
| Hex | 5 | 4E | C1 | 61 | 3C | 0 | 18 | D9 | 5F | 27 |
| Octal | 5 | 116 | 301 | 141 | 74 | 0 | 30 | 331 | 137 | 47 |
| Binary | 101 | 1001110 | 11000001 | 1100001 | 111100 | 0 | 11000 | 11011001 | 1011111 | 100111 |
Color Harmonies of #054EC1
Complementary color
Monochromatic Colors of #054EC1
Black with #054EC1
Text Example
Text Example
White with #054EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EC1; }
p { color: rgb(5,78,193); }
H1.HeaderClassName
{
color: #054EC1;
}
.AnyTagClassName
{
color: #054EC1;
}
</style>
background-color css
<style>
a { background-color: #054EC1; }
a { background-color: rgb(5,78,193); }
div.DivClassName
{
background-color: #054EC1;
}
.BgClassName
{
background-color: #054EC1;
}
</style>
border-color css
<style>
span { border-color: #054EC1; }
span { border-color: rgb(5,78,193); }
td.TdClassName
{
border-color: #054EC1;
}
.TagClassName
{
border-color: #054EC1;
}
</style>