Shades of Sapphire #002259
Tints of Sapphire #002259
RGB
CMYK
RGB Variations
Color information
#002259 (or 0x002259) is known color: Sapphire. HEX triplet: 00, 22 and 59. RGB value is (0,34,89). Sum of RGB (Red+Green+Blue) = 0+34+89=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #002259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002259 is #FFDDA6. Grayscale: #1D1D1D. Windows color (decimal): -16768423 or 5841408. OLE color: 5841408.
HSL color Cylindrical-coordinate representation of color #002259: hue angle of 217.08º 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 #002259 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 34 | 89 | - |
| CMYK | 1 | 0.62 | 0 | 0.65 |
| HSL | 217.08º | 1% | 0.17% | - |
| HSV(B) | 217.08º | 1% | 0.35% | - |
| XYZ | 2.38 | 1.87 | 9.69 | - |
| YUV | 30.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 89 | 1 | 0.62 | 0 | 0.65 | 217.08 | 1 | 0.17 |
| Hex | 0 | 22 | 59 | 64 | 3E | 0 | 41 | D9 | 64 | 11 |
| Octal | 0 | 42 | 131 | 144 | 76 | 0 | 101 | 331 | 144 | 21 |
| Binary | 0 | 100010 | 1011001 | 1100100 | 111110 | 0 | 1000001 | 11011001 | 1100100 | 10001 |
Color Harmonies of #002259
Complementary color
Monochromatic Colors of #002259
Black with #002259
Text Example
Text Example
White with #002259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002259; }
p { color: rgb(0,34,89); }
H1.HeaderClassName
{
color: #002259;
}
.AnyTagClassName
{
color: #002259;
}
</style>
background-color css
<style>
a { background-color: #002259; }
a { background-color: rgb(0,34,89); }
div.DivClassName
{
background-color: #002259;
}
.BgClassName
{
background-color: #002259;
}
</style>
border-color css
<style>
span { border-color: #002259; }
span { border-color: rgb(0,34,89); }
td.TdClassName
{
border-color: #002259;
}
.TagClassName
{
border-color: #002259;
}
</style>