Shades of Cobalt #054AB1
Tints of Cobalt #054AB1
RGB
CMYK
RGB Variations
Color information
#054AB1 (or 0x054AB1) is known color: Cobalt. HEX triplet: 05, 4A and B1. RGB value is (5,74,177). Sum of RGB (Red+Green+Blue) = 5+74+177=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 177 (69.53% from 255 or 69.14% from 256); Max value from RGB is 177 - color contains mainly: blue. Hex color #054AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054AB1 is #FAB54E. Grayscale: #404040. Windows color (decimal): -16430415 or 11618821. OLE color: 11618821.
HSL color Cylindrical-coordinate representation of color #054AB1: hue angle of 215.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054AB1 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 74 | 177 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.31 |
| HSL | 215.93º | 0.95% | 0.36% | - |
| HSV(B) | 215.93º | 0.97% | 0.69% | - |
| XYZ | 10.45 | 8.1 | 42.61 | - |
| YUV | 65.11 | 191.14 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 177 | 0.97 | 0.58 | 0 | 0.31 | 215.93 | 0.95 | 0.36 |
| Hex | 5 | 4A | B1 | 61 | 3A | 0 | 1F | D8 | 5F | 24 |
| Octal | 5 | 112 | 261 | 141 | 72 | 0 | 37 | 330 | 137 | 44 |
| Binary | 101 | 1001010 | 10110001 | 1100001 | 111010 | 0 | 11111 | 11011000 | 1011111 | 100100 |
Color Harmonies of #054AB1
Complementary color
Monochromatic Colors of #054AB1
Black with #054AB1
Text Example
Text Example
White with #054AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054AB1; }
p { color: rgb(5,74,177); }
H1.HeaderClassName
{
color: #054AB1;
}
.AnyTagClassName
{
color: #054AB1;
}
</style>
background-color css
<style>
a { background-color: #054AB1; }
a { background-color: rgb(5,74,177); }
div.DivClassName
{
background-color: #054AB1;
}
.BgClassName
{
background-color: #054AB1;
}
</style>
border-color css
<style>
span { border-color: #054AB1; }
span { border-color: rgb(5,74,177); }
td.TdClassName
{
border-color: #054AB1;
}
.TagClassName
{
border-color: #054AB1;
}
</style>