Shades of Sapphire #002063
Tints of Sapphire #002063
RGB
CMYK
RGB Variations
Color information
#002063 (or 0x002063) is known color: Sapphire. HEX triplet: 00, 20 and 63. RGB value is (0,32,99). Sum of RGB (Red+Green+Blue) = 0+32+99=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #002063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002063 is #FFDF9C. Grayscale: #1D1D1D. Windows color (decimal): -16768925 or 6496256. OLE color: 6496256.
HSL color Cylindrical-coordinate representation of color #002063: hue angle of 220.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002063 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 32 | 99 | - |
| CMYK | 1 | 0.68 | 0 | 0.61 |
| HSL | 220.61º | 1% | 0.19% | - |
| HSV(B) | 220.61º | 1% | 0.39% | - |
| XYZ | 2.77 | 1.93 | 12.03 | - |
| YUV | 30.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 99 | 1 | 0.68 | 0 | 0.61 | 220.61 | 1 | 0.19 |
| Hex | 0 | 20 | 63 | 64 | 44 | 0 | 3D | DD | 64 | 13 |
| Octal | 0 | 40 | 143 | 144 | 104 | 0 | 75 | 335 | 144 | 23 |
| Binary | 0 | 100000 | 1100011 | 1100100 | 1000100 | 0 | 111101 | 11011101 | 1100100 | 10011 |
Color Harmonies of #002063
Complementary color
Monochromatic Colors of #002063
Black with #002063
Text Example
Text Example
White with #002063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002063; }
p { color: rgb(0,32,99); }
H1.HeaderClassName
{
color: #002063;
}
.AnyTagClassName
{
color: #002063;
}
</style>
background-color css
<style>
a { background-color: #002063; }
a { background-color: rgb(0,32,99); }
div.DivClassName
{
background-color: #002063;
}
.BgClassName
{
background-color: #002063;
}
</style>
border-color css
<style>
span { border-color: #002063; }
span { border-color: rgb(0,32,99); }
td.TdClassName
{
border-color: #002063;
}
.TagClassName
{
border-color: #002063;
}
</style>