Shades of Sapphire #001958
Tints of Sapphire #001958
RGB
CMYK
RGB Variations
Color information
#001958 (or 0x001958) is known color: Sapphire. HEX triplet: 00, 19 and 58. RGB value is (0,25,88). Sum of RGB (Red+Green+Blue) = 0+25+88=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #001958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001958 is #FFE6A7. Grayscale: #181818. Windows color (decimal): -16770728 or 5773568. OLE color: 5773568.
HSL color Cylindrical-coordinate representation of color #001958: hue angle of 222.95º 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 #001958 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 25 | 88 | - |
| CMYK | 1 | 0.72 | 0 | 0.65 |
| HSL | 222.95º | 1% | 0.17% | - |
| HSV(B) | 222.95º | 1% | 0.35% | - |
| XYZ | 2.11 | 1.4 | 9.39 | - |
| YUV | 24.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 88 | 1 | 0.72 | 0 | 0.65 | 222.95 | 1 | 0.17 |
| Hex | 0 | 19 | 58 | 64 | 48 | 0 | 41 | DF | 64 | 11 |
| Octal | 0 | 31 | 130 | 144 | 110 | 0 | 101 | 337 | 144 | 21 |
| Binary | 0 | 11001 | 1011000 | 1100100 | 1001000 | 0 | 1000001 | 11011111 | 1100100 | 10001 |
Color Harmonies of #001958
Complementary color
Monochromatic Colors of #001958
Black with #001958
Text Example
Text Example
White with #001958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001958; }
p { color: rgb(0,25,88); }
H1.HeaderClassName
{
color: #001958;
}
.AnyTagClassName
{
color: #001958;
}
</style>
background-color css
<style>
a { background-color: #001958; }
a { background-color: rgb(0,25,88); }
div.DivClassName
{
background-color: #001958;
}
.BgClassName
{
background-color: #001958;
}
</style>
border-color css
<style>
span { border-color: #001958; }
span { border-color: rgb(0,25,88); }
td.TdClassName
{
border-color: #001958;
}
.TagClassName
{
border-color: #001958;
}
</style>