Shades of Cobalt #00459C
Tints of Cobalt #00459C
RGB
CMYK
RGB Variations
Color information
#00459C (or 0x00459C) is known color: Cobalt. HEX triplet: 00, 45 and 9C. RGB value is (0,69,156). Sum of RGB (Red+Green+Blue) = 0+69+156=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #00459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00459C is #FFBA63. Grayscale: #393939. Windows color (decimal): -16759396 or 10241280. OLE color: 10241280.
HSL color Cylindrical-coordinate representation of color #00459C: hue angle of 213.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00459C is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 69 | 156 | - |
| CMYK | 1 | 0.56 | 0 | 0.39 |
| HSL | 213.46º | 1% | 0.31% | - |
| HSV(B) | 213.46º | 1% | 0.61% | - |
| XYZ | 8.13 | 6.66 | 32.31 | - |
| YUV | 58.29 | 183.14 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 156 | 1 | 0.56 | 0 | 0.39 | 213.46 | 1 | 0.31 |
| Hex | 0 | 45 | 9C | 64 | 38 | 0 | 27 | D5 | 64 | 1F |
| Octal | 0 | 105 | 234 | 144 | 70 | 0 | 47 | 325 | 144 | 37 |
| Binary | 0 | 1000101 | 10011100 | 1100100 | 111000 | 0 | 100111 | 11010101 | 1100100 | 11111 |
Color Harmonies of #00459C
Complementary color
Monochromatic Colors of #00459C
Black with #00459C
Text Example
Text Example
White with #00459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00459C; }
p { color: rgb(0,69,156); }
H1.HeaderClassName
{
color: #00459C;
}
.AnyTagClassName
{
color: #00459C;
}
</style>
background-color css
<style>
a { background-color: #00459C; }
a { background-color: rgb(0,69,156); }
div.DivClassName
{
background-color: #00459C;
}
.BgClassName
{
background-color: #00459C;
}
</style>
border-color css
<style>
span { border-color: #00459C; }
span { border-color: rgb(0,69,156); }
td.TdClassName
{
border-color: #00459C;
}
.TagClassName
{
border-color: #00459C;
}
</style>