Shades of Sapphire #002359
Tints of Sapphire #002359
RGB
CMYK
RGB Variations
Color information
#002359 (or 0x002359) is known color: Sapphire. HEX triplet: 00, 23 and 59. RGB value is (0,35,89). Sum of RGB (Red+Green+Blue) = 0+35+89=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #002359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002359 is #FFDCA6. Grayscale: #1E1E1E. Windows color (decimal): -16768167 or 5841664. OLE color: 5841664.
HSL color Cylindrical-coordinate representation of color #002359: hue angle of 216.4º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002359 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 35 | 89 | - |
| CMYK | 1 | 0.61 | 0 | 0.65 |
| HSL | 216.4º | 1% | 0.17% | - |
| HSV(B) | 216.4º | 1% | 0.35% | - |
| XYZ | 2.4 | 1.92 | 9.7 | - |
| YUV | 30.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 89 | 1 | 0.61 | 0 | 0.65 | 216.4 | 1 | 0.17 |
| Hex | 0 | 23 | 59 | 64 | 3D | 0 | 41 | D8 | 64 | 11 |
| Octal | 0 | 43 | 131 | 144 | 75 | 0 | 101 | 330 | 144 | 21 |
| Binary | 0 | 100011 | 1011001 | 1100100 | 111101 | 0 | 1000001 | 11011000 | 1100100 | 10001 |
Color Harmonies of #002359
Complementary color
Monochromatic Colors of #002359
Black with #002359
Text Example
Text Example
White with #002359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002359; }
p { color: rgb(0,35,89); }
H1.HeaderClassName
{
color: #002359;
}
.AnyTagClassName
{
color: #002359;
}
</style>
background-color css
<style>
a { background-color: #002359; }
a { background-color: rgb(0,35,89); }
div.DivClassName
{
background-color: #002359;
}
.BgClassName
{
background-color: #002359;
}
</style>
border-color css
<style>
span { border-color: #002359; }
span { border-color: rgb(0,35,89); }
td.TdClassName
{
border-color: #002359;
}
.TagClassName
{
border-color: #002359;
}
</style>