Shades of Sapphire #002457
Tints of Sapphire #002457
RGB
CMYK
RGB Variations
Color information
#002457 (or 0x002457) is known color: Sapphire. HEX triplet: 00, 24 and 57. RGB value is (0,36,87). Sum of RGB (Red+Green+Blue) = 0+36+87=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #002457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002457 is #FFDBA8. Grayscale: #1E1E1E. Windows color (decimal): -16767913 or 5710848. OLE color: 5710848.
HSL color Cylindrical-coordinate representation of color #002457: hue angle of 215.17º 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 #002457 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 36 | 87 | - |
| CMYK | 1 | 0.59 | 0 | 0.66 |
| HSL | 215.17º | 1% | 0.17% | - |
| HSV(B) | 215.17º | 1% | 0.34% | - |
| XYZ | 2.35 | 1.95 | 9.27 | - |
| YUV | 31.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 87 | 1 | 0.59 | 0 | 0.66 | 215.17 | 1 | 0.17 |
| Hex | 0 | 24 | 57 | 64 | 3B | 0 | 42 | D7 | 64 | 11 |
| Octal | 0 | 44 | 127 | 144 | 73 | 0 | 102 | 327 | 144 | 21 |
| Binary | 0 | 100100 | 1010111 | 1100100 | 111011 | 0 | 1000010 | 11010111 | 1100100 | 10001 |
Color Harmonies of #002457
Complementary color
Monochromatic Colors of #002457
Black with #002457
Text Example
Text Example
White with #002457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002457; }
p { color: rgb(0,36,87); }
H1.HeaderClassName
{
color: #002457;
}
.AnyTagClassName
{
color: #002457;
}
</style>
background-color css
<style>
a { background-color: #002457; }
a { background-color: rgb(0,36,87); }
div.DivClassName
{
background-color: #002457;
}
.BgClassName
{
background-color: #002457;
}
</style>
border-color css
<style>
span { border-color: #002457; }
span { border-color: rgb(0,36,87); }
td.TdClassName
{
border-color: #002457;
}
.TagClassName
{
border-color: #002457;
}
</style>