Shades of Cobalt #00489E
Tints of Cobalt #00489E
RGB
CMYK
RGB Variations
Color information
#00489E (or 0x00489E) is known color: Cobalt. HEX triplet: 00, 48 and 9E. RGB value is (0,72,158). Sum of RGB (Red+Green+Blue) = 0+72+158=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #00489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00489E is #FFB761. Grayscale: #3B3B3B. Windows color (decimal): -16758626 or 10373120. OLE color: 10373120.
HSL color Cylindrical-coordinate representation of color #00489E: hue angle of 212.66º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00489E is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 72 | 158 | - |
| CMYK | 1 | 0.54 | 0 | 0.38 |
| HSL | 212.66º | 1% | 0.31% | - |
| HSV(B) | 212.66º | 1% | 0.62% | - |
| XYZ | 8.49 | 7.1 | 33.27 | - |
| YUV | 60.28 | 183.15 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 158 | 1 | 0.54 | 0 | 0.38 | 212.66 | 1 | 0.31 |
| Hex | 0 | 48 | 9E | 64 | 36 | 0 | 26 | D5 | 64 | 1F |
| Octal | 0 | 110 | 236 | 144 | 66 | 0 | 46 | 325 | 144 | 37 |
| Binary | 0 | 1001000 | 10011110 | 1100100 | 110110 | 0 | 100110 | 11010101 | 1100100 | 11111 |
Color Harmonies of #00489E
Complementary color
Monochromatic Colors of #00489E
Black with #00489E
Text Example
Text Example
White with #00489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00489E; }
p { color: rgb(0,72,158); }
H1.HeaderClassName
{
color: #00489E;
}
.AnyTagClassName
{
color: #00489E;
}
</style>
background-color css
<style>
a { background-color: #00489E; }
a { background-color: rgb(0,72,158); }
div.DivClassName
{
background-color: #00489E;
}
.BgClassName
{
background-color: #00489E;
}
</style>
border-color css
<style>
span { border-color: #00489E; }
span { border-color: rgb(0,72,158); }
td.TdClassName
{
border-color: #00489E;
}
.TagClassName
{
border-color: #00489E;
}
</style>