Shades of Sapphire #002570
Tints of Sapphire #002570
RGB
CMYK
RGB Variations
Color information
#002570 (or 0x002570) is known color: Sapphire. HEX triplet: 00, 25 and 70. RGB value is (0,37,112). Sum of RGB (Red+Green+Blue) = 0+37+112=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #002570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002570 is #FFDA8F. Grayscale: #222222. Windows color (decimal): -16767632 or 7349504. OLE color: 7349504.
HSL color Cylindrical-coordinate representation of color #002570: hue angle of 220.18º 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 #002570 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 37 | 112 | - |
| CMYK | 1 | 0.67 | 0 | 0.56 |
| HSL | 220.18º | 1% | 0.22% | - |
| HSV(B) | 220.18º | 1% | 0.44% | - |
| XYZ | 3.59 | 2.49 | 15.62 | - |
| YUV | 34.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 112 | 1 | 0.67 | 0 | 0.56 | 220.18 | 1 | 0.22 |
| Hex | 0 | 25 | 70 | 64 | 43 | 0 | 38 | DC | 64 | 16 |
| Octal | 0 | 45 | 160 | 144 | 103 | 0 | 70 | 334 | 144 | 26 |
| Binary | 0 | 100101 | 1110000 | 1100100 | 1000011 | 0 | 111000 | 11011100 | 1100100 | 10110 |
Color Harmonies of #002570
Complementary color
Monochromatic Colors of #002570
Black with #002570
Text Example
Text Example
White with #002570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002570; }
p { color: rgb(0,37,112); }
H1.HeaderClassName
{
color: #002570;
}
.AnyTagClassName
{
color: #002570;
}
</style>
background-color css
<style>
a { background-color: #002570; }
a { background-color: rgb(0,37,112); }
div.DivClassName
{
background-color: #002570;
}
.BgClassName
{
background-color: #002570;
}
</style>
border-color css
<style>
span { border-color: #002570; }
span { border-color: rgb(0,37,112); }
td.TdClassName
{
border-color: #002570;
}
.TagClassName
{
border-color: #002570;
}
</style>