Shades of Cobalt #054F9A
Tints of Cobalt #054F9A
RGB
CMYK
RGB Variations
Color information
#054F9A (or 0x054F9A) is known color: Cobalt. HEX triplet: 05, 4F and 9A. RGB value is (5,79,154). Sum of RGB (Red+Green+Blue) = 5+79+154=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #054F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F9A is #FAB065. Grayscale: #414141. Windows color (decimal): -16429158 or 10112773. OLE color: 10112773.
HSL color Cylindrical-coordinate representation of color #054F9A: hue angle of 210.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054F9A is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 79 | 154 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.40 |
| HSL | 210.2º | 0.94% | 0.31% | - |
| HSV(B) | 210.2º | 0.97% | 0.6% | - |
| XYZ | 8.69 | 7.96 | 31.65 | - |
| YUV | 65.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 154 | 0.97 | 0.49 | 0 | 0.40 | 210.2 | 0.94 | 0.31 |
| Hex | 5 | 4F | 9A | 61 | 31 | 0 | 28 | D2 | 5E | 1F |
| Octal | 5 | 117 | 232 | 141 | 61 | 0 | 50 | 322 | 136 | 37 |
| Binary | 101 | 1001111 | 10011010 | 1100001 | 110001 | 0 | 101000 | 11010010 | 1011110 | 11111 |
Color Harmonies of #054F9A
Complementary color
Monochromatic Colors of #054F9A
Black with #054F9A
Text Example
Text Example
White with #054F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F9A; }
p { color: rgb(5,79,154); }
H1.HeaderClassName
{
color: #054F9A;
}
.AnyTagClassName
{
color: #054F9A;
}
</style>
background-color css
<style>
a { background-color: #054F9A; }
a { background-color: rgb(5,79,154); }
div.DivClassName
{
background-color: #054F9A;
}
.BgClassName
{
background-color: #054F9A;
}
</style>
border-color css
<style>
span { border-color: #054F9A; }
span { border-color: rgb(5,79,154); }
td.TdClassName
{
border-color: #054F9A;
}
.TagClassName
{
border-color: #054F9A;
}
</style>