Shades of Cobalt #00549A
Tints of Cobalt #00549A
RGB
CMYK
RGB Variations
Color information
#00549A (or 0x00549A) is known color: Cobalt. HEX triplet: 00, 54 and 9A. RGB value is (0,84,154). Sum of RGB (Red+Green+Blue) = 0+84+154=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 84 (33.20% from 255 or 35.29% 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 #00549A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00549A is #FFAB65. Grayscale: #424242. Windows color (decimal): -16755558 or 10114048. OLE color: 10114048.
HSL color Cylindrical-coordinate representation of color #00549A: hue angle of 207.27º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00549A is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 84 | 154 | - |
| CMYK | 1 | 0.45 | 0 | 0.40 |
| HSL | 207.27º | 1% | 0.3% | - |
| HSV(B) | 207.27º | 1% | 0.6% | - |
| XYZ | 9 | 8.67 | 31.77 | - |
| YUV | 66.86 | 177.17 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 154 | 1 | 0.45 | 0 | 0.40 | 207.27 | 1 | 0.3 |
| Hex | 0 | 54 | 9A | 64 | 2D | 0 | 28 | CF | 64 | 1E |
| Octal | 0 | 124 | 232 | 144 | 55 | 0 | 50 | 317 | 144 | 36 |
| Binary | 0 | 1010100 | 10011010 | 1100100 | 101101 | 0 | 101000 | 11001111 | 1100100 | 11110 |
Color Harmonies of #00549A
Complementary color
Monochromatic Colors of #00549A
Black with #00549A
Text Example
Text Example
White with #00549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00549A; }
p { color: rgb(0,84,154); }
H1.HeaderClassName
{
color: #00549A;
}
.AnyTagClassName
{
color: #00549A;
}
</style>
background-color css
<style>
a { background-color: #00549A; }
a { background-color: rgb(0,84,154); }
div.DivClassName
{
background-color: #00549A;
}
.BgClassName
{
background-color: #00549A;
}
</style>
border-color css
<style>
span { border-color: #00549A; }
span { border-color: rgb(0,84,154); }
td.TdClassName
{
border-color: #00549A;
}
.TagClassName
{
border-color: #00549A;
}
</style>