Shades of Sapphire #002558
Tints of Sapphire #002558
RGB
CMYK
RGB Variations
Color information
#002558 (or 0x002558) is known color: Sapphire. HEX triplet: 00, 25 and 58. RGB value is (0,37,88). Sum of RGB (Red+Green+Blue) = 0+37+88=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #002558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002558 is #FFDAA7. Grayscale: #1F1F1F. Windows color (decimal): -16767656 or 5776640. OLE color: 5776640.
HSL color Cylindrical-coordinate representation of color #002558: hue angle of 214.77º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002558 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 37 | 88 | - |
| CMYK | 1 | 0.58 | 0 | 0.65 |
| HSL | 214.77º | 1% | 0.17% | - |
| HSV(B) | 214.77º | 1% | 0.35% | - |
| XYZ | 2.42 | 2.03 | 9.5 | - |
| YUV | 31.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 88 | 1 | 0.58 | 0 | 0.65 | 214.77 | 1 | 0.17 |
| Hex | 0 | 25 | 58 | 64 | 3A | 0 | 41 | D7 | 64 | 11 |
| Octal | 0 | 45 | 130 | 144 | 72 | 0 | 101 | 327 | 144 | 21 |
| Binary | 0 | 100101 | 1011000 | 1100100 | 111010 | 0 | 1000001 | 11010111 | 1100100 | 10001 |
Color Harmonies of #002558
Complementary color
Monochromatic Colors of #002558
Black with #002558
Text Example
Text Example
White with #002558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002558; }
p { color: rgb(0,37,88); }
H1.HeaderClassName
{
color: #002558;
}
.AnyTagClassName
{
color: #002558;
}
</style>
background-color css
<style>
a { background-color: #002558; }
a { background-color: rgb(0,37,88); }
div.DivClassName
{
background-color: #002558;
}
.BgClassName
{
background-color: #002558;
}
</style>
border-color css
<style>
span { border-color: #002558; }
span { border-color: rgb(0,37,88); }
td.TdClassName
{
border-color: #002558;
}
.TagClassName
{
border-color: #002558;
}
</style>