Shades of Sapphire #002371
Tints of Sapphire #002371
RGB
CMYK
RGB Variations
Color information
#002371 (or 0x002371) is known color: Sapphire. HEX triplet: 00, 23 and 71. RGB value is (0,35,113). Sum of RGB (Red+Green+Blue) = 0+35+113=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #002371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002371 is #FFDC8E. Grayscale: #212121. Windows color (decimal): -16768143 or 7414528. OLE color: 7414528.
HSL color Cylindrical-coordinate representation of color #002371: hue angle of 221.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002371 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 35 | 113 | - |
| CMYK | 1 | 0.69 | 0 | 0.56 |
| HSL | 221.42º | 1% | 0.22% | - |
| HSV(B) | 221.42º | 1% | 0.44% | - |
| XYZ | 3.58 | 2.39 | 15.9 | - |
| YUV | 33.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 113 | 1 | 0.69 | 0 | 0.56 | 221.42 | 1 | 0.22 |
| Hex | 0 | 23 | 71 | 64 | 45 | 0 | 38 | DD | 64 | 16 |
| Octal | 0 | 43 | 161 | 144 | 105 | 0 | 70 | 335 | 144 | 26 |
| Binary | 0 | 100011 | 1110001 | 1100100 | 1000101 | 0 | 111000 | 11011101 | 1100100 | 10110 |
Color Harmonies of #002371
Complementary color
Monochromatic Colors of #002371
Black with #002371
Text Example
Text Example
White with #002371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002371; }
p { color: rgb(0,35,113); }
H1.HeaderClassName
{
color: #002371;
}
.AnyTagClassName
{
color: #002371;
}
</style>
background-color css
<style>
a { background-color: #002371; }
a { background-color: rgb(0,35,113); }
div.DivClassName
{
background-color: #002371;
}
.BgClassName
{
background-color: #002371;
}
</style>
border-color css
<style>
span { border-color: #002371; }
span { border-color: rgb(0,35,113); }
td.TdClassName
{
border-color: #002371;
}
.TagClassName
{
border-color: #002371;
}
</style>