Shades of Sapphire #002050
Tints of Sapphire #002050
RGB
CMYK
RGB Variations
Color information
#002050 (or 0x002050) is known color: Sapphire. HEX triplet: 00, 20 and 50. RGB value is (0,32,80). Sum of RGB (Red+Green+Blue) = 0+32+80=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 80 (31.64% from 255 or 71.43% from 112); Max value from RGB is 80 - color contains mainly: blue. Hex color #002050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002050 is #FFDFAF. Grayscale: #1B1B1B. Windows color (decimal): -16768944 or 5251072. OLE color: 5251072.
HSL color Cylindrical-coordinate representation of color #002050: hue angle of 216º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002050 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 32 | 80 | - |
| CMYK | 1 | 0.60 | 0 | 0.69 |
| HSL | 216º | 1% | 0.16% | - |
| HSV(B) | 216º | 1% | 0.31% | - |
| XYZ | 1.96 | 1.61 | 7.8 | - |
| YUV | 27.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 80 | 1 | 0.60 | 0 | 0.69 | 216 | 1 | 0.16 |
| Hex | 0 | 20 | 50 | 64 | 3C | 0 | 45 | D8 | 64 | 10 |
| Octal | 0 | 40 | 120 | 144 | 74 | 0 | 105 | 330 | 144 | 20 |
| Binary | 0 | 100000 | 1010000 | 1100100 | 111100 | 0 | 1000101 | 11011000 | 1100100 | 10000 |
Color Harmonies of #002050
Complementary color
Monochromatic Colors of #002050
Black with #002050
Text Example
Text Example
White with #002050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002050; }
p { color: rgb(0,32,80); }
H1.HeaderClassName
{
color: #002050;
}
.AnyTagClassName
{
color: #002050;
}
</style>
background-color css
<style>
a { background-color: #002050; }
a { background-color: rgb(0,32,80); }
div.DivClassName
{
background-color: #002050;
}
.BgClassName
{
background-color: #002050;
}
</style>
border-color css
<style>
span { border-color: #002050; }
span { border-color: rgb(0,32,80); }
td.TdClassName
{
border-color: #002050;
}
.TagClassName
{
border-color: #002050;
}
</style>