Shades of Cobalt #054B9C
Tints of Cobalt #054B9C
RGB
CMYK
RGB Variations
Color information
#054B9C (or 0x054B9C) is known color: Cobalt. HEX triplet: 05, 4B and 9C. RGB value is (5,75,156). Sum of RGB (Red+Green+Blue) = 5+75+156=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #054B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054B9C is #FAB463. Grayscale: #3E3E3E. Windows color (decimal): -16430180 or 10242821. OLE color: 10242821.
HSL color Cylindrical-coordinate representation of color #054B9C: hue angle of 212.19º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054B9C is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 75 | 156 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.39 |
| HSL | 212.19º | 0.94% | 0.32% | - |
| HSV(B) | 212.19º | 0.97% | 0.61% | - |
| XYZ | 8.58 | 7.46 | 32.44 | - |
| YUV | 63.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 156 | 0.97 | 0.52 | 0 | 0.39 | 212.19 | 0.94 | 0.32 |
| Hex | 5 | 4B | 9C | 61 | 34 | 0 | 27 | D4 | 5E | 20 |
| Octal | 5 | 113 | 234 | 141 | 64 | 0 | 47 | 324 | 136 | 40 |
| Binary | 101 | 1001011 | 10011100 | 1100001 | 110100 | 0 | 100111 | 11010100 | 1011110 | 100000 |
Color Harmonies of #054B9C
Complementary color
Monochromatic Colors of #054B9C
Black with #054B9C
Text Example
Text Example
White with #054B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B9C; }
p { color: rgb(5,75,156); }
H1.HeaderClassName
{
color: #054B9C;
}
.AnyTagClassName
{
color: #054B9C;
}
</style>
background-color css
<style>
a { background-color: #054B9C; }
a { background-color: rgb(5,75,156); }
div.DivClassName
{
background-color: #054B9C;
}
.BgClassName
{
background-color: #054B9C;
}
</style>
border-color css
<style>
span { border-color: #054B9C; }
span { border-color: rgb(5,75,156); }
td.TdClassName
{
border-color: #054B9C;
}
.TagClassName
{
border-color: #054B9C;
}
</style>