Shades of Sapphire #002578
Tints of Sapphire #002578
RGB
CMYK
RGB Variations
Color information
#002578 (or 0x002578) is known color: Sapphire. HEX triplet: 00, 25 and 78. RGB value is (0,37,120). Sum of RGB (Red+Green+Blue) = 0+37+120=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #002578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002578 is #FFDA87. Grayscale: #232323. Windows color (decimal): -16767624 or 7873792. OLE color: 7873792.
HSL color Cylindrical-coordinate representation of color #002578: hue angle of 221.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002578 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 37 | 120 | - |
| CMYK | 1 | 0.69 | 0 | 0.53 |
| HSL | 221.5º | 1% | 0.24% | - |
| HSV(B) | 221.5º | 1% | 0.47% | - |
| XYZ | 4.05 | 2.68 | 18.07 | - |
| YUV | 35.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 120 | 1 | 0.69 | 0 | 0.53 | 221.5 | 1 | 0.24 |
| Hex | 0 | 25 | 78 | 64 | 45 | 0 | 35 | DE | 64 | 18 |
| Octal | 0 | 45 | 170 | 144 | 105 | 0 | 65 | 336 | 144 | 30 |
| Binary | 0 | 100101 | 1111000 | 1100100 | 1000101 | 0 | 110101 | 11011110 | 1100100 | 11000 |
Color Harmonies of #002578
Complementary color
Monochromatic Colors of #002578
Black with #002578
Text Example
Text Example
White with #002578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002578; }
p { color: rgb(0,37,120); }
H1.HeaderClassName
{
color: #002578;
}
.AnyTagClassName
{
color: #002578;
}
</style>
background-color css
<style>
a { background-color: #002578; }
a { background-color: rgb(0,37,120); }
div.DivClassName
{
background-color: #002578;
}
.BgClassName
{
background-color: #002578;
}
</style>
border-color css
<style>
span { border-color: #002578; }
span { border-color: rgb(0,37,120); }
td.TdClassName
{
border-color: #002578;
}
.TagClassName
{
border-color: #002578;
}
</style>