Shades of Sapphire #002059
Tints of Sapphire #002059
RGB
CMYK
RGB Variations
Color information
#002059 (or 0x002059) is known color: Sapphire. HEX triplet: 00, 20 and 59. RGB value is (0,32,89). Sum of RGB (Red+Green+Blue) = 0+32+89=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #002059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002059 is #FFDFA6. Grayscale: #1C1C1C. Windows color (decimal): -16768935 or 5840896. OLE color: 5840896.
HSL color Cylindrical-coordinate representation of color #002059: hue angle of 218.43º 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 #002059 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 32 | 89 | - |
| CMYK | 1 | 0.64 | 0 | 0.65 |
| HSL | 218.43º | 1% | 0.17% | - |
| HSV(B) | 218.43º | 1% | 0.35% | - |
| XYZ | 2.32 | 1.75 | 9.67 | - |
| YUV | 28.93 | 161.9 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 89 | 1 | 0.64 | 0 | 0.65 | 218.43 | 1 | 0.17 |
| Hex | 0 | 20 | 59 | 64 | 40 | 0 | 41 | DA | 64 | 11 |
| Octal | 0 | 40 | 131 | 144 | 100 | 0 | 101 | 332 | 144 | 21 |
| Binary | 0 | 100000 | 1011001 | 1100100 | 1000000 | 0 | 1000001 | 11011010 | 1100100 | 10001 |
Color Harmonies of #002059
Complementary color
Monochromatic Colors of #002059
Black with #002059
Text Example
Text Example
White with #002059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002059; }
p { color: rgb(0,32,89); }
H1.HeaderClassName
{
color: #002059;
}
.AnyTagClassName
{
color: #002059;
}
</style>
background-color css
<style>
a { background-color: #002059; }
a { background-color: rgb(0,32,89); }
div.DivClassName
{
background-color: #002059;
}
.BgClassName
{
background-color: #002059;
}
</style>
border-color css
<style>
span { border-color: #002059; }
span { border-color: rgb(0,32,89); }
td.TdClassName
{
border-color: #002059;
}
.TagClassName
{
border-color: #002059;
}
</style>