Shades of Sapphire #002456
Tints of Sapphire #002456
RGB
CMYK
RGB Variations
Color information
#002456 (or 0x002456) is known color: Sapphire. HEX triplet: 00, 24 and 56. RGB value is (0,36,86). Sum of RGB (Red+Green+Blue) = 0+36+86=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #002456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002456 is #FFDBA9. Grayscale: #1E1E1E. Windows color (decimal): -16767914 or 5645312. OLE color: 5645312.
HSL color Cylindrical-coordinate representation of color #002456: hue angle of 214.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002456 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 36 | 86 | - |
| CMYK | 1 | 0.58 | 0 | 0.66 |
| HSL | 214.88º | 1% | 0.17% | - |
| HSV(B) | 214.88º | 1% | 0.34% | - |
| XYZ | 2.31 | 1.93 | 9.06 | - |
| YUV | 30.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 86 | 1 | 0.58 | 0 | 0.66 | 214.88 | 1 | 0.17 |
| Hex | 0 | 24 | 56 | 64 | 3A | 0 | 42 | D7 | 64 | 11 |
| Octal | 0 | 44 | 126 | 144 | 72 | 0 | 102 | 327 | 144 | 21 |
| Binary | 0 | 100100 | 1010110 | 1100100 | 111010 | 0 | 1000010 | 11010111 | 1100100 | 10001 |
Color Harmonies of #002456
Complementary color
Monochromatic Colors of #002456
Black with #002456
Text Example
Text Example
White with #002456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002456; }
p { color: rgb(0,36,86); }
H1.HeaderClassName
{
color: #002456;
}
.AnyTagClassName
{
color: #002456;
}
</style>
background-color css
<style>
a { background-color: #002456; }
a { background-color: rgb(0,36,86); }
div.DivClassName
{
background-color: #002456;
}
.BgClassName
{
background-color: #002456;
}
</style>
border-color css
<style>
span { border-color: #002456; }
span { border-color: rgb(0,36,86); }
td.TdClassName
{
border-color: #002456;
}
.TagClassName
{
border-color: #002456;
}
</style>