Shades of Sapphire #001962
Tints of Sapphire #001962
RGB
CMYK
RGB Variations
Color information
#001962 (or 0x001962) is known color: Sapphire. HEX triplet: 00, 19 and 62. RGB value is (0,25,98). Sum of RGB (Red+Green+Blue) = 0+25+98=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #001962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001962 is #FFE69D. Grayscale: #191919. Windows color (decimal): -16770718 or 6428928. OLE color: 6428928.
HSL color Cylindrical-coordinate representation of color #001962: hue angle of 224.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001962 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 25 | 98 | - |
| CMYK | 1 | 0.74 | 0 | 0.62 |
| HSL | 224.69º | 1% | 0.19% | - |
| HSV(B) | 224.69º | 1% | 0.38% | - |
| XYZ | 2.55 | 1.58 | 11.73 | - |
| YUV | 25.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 98 | 1 | 0.74 | 0 | 0.62 | 224.69 | 1 | 0.19 |
| Hex | 0 | 19 | 62 | 64 | 4A | 0 | 3E | E1 | 64 | 13 |
| Octal | 0 | 31 | 142 | 144 | 112 | 0 | 76 | 341 | 144 | 23 |
| Binary | 0 | 11001 | 1100010 | 1100100 | 1001010 | 0 | 111110 | 11100001 | 1100100 | 10011 |
Color Harmonies of #001962
Complementary color
Monochromatic Colors of #001962
Black with #001962
Text Example
Text Example
White with #001962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001962; }
p { color: rgb(0,25,98); }
H1.HeaderClassName
{
color: #001962;
}
.AnyTagClassName
{
color: #001962;
}
</style>
background-color css
<style>
a { background-color: #001962; }
a { background-color: rgb(0,25,98); }
div.DivClassName
{
background-color: #001962;
}
.BgClassName
{
background-color: #001962;
}
</style>
border-color css
<style>
span { border-color: #001962; }
span { border-color: rgb(0,25,98); }
td.TdClassName
{
border-color: #001962;
}
.TagClassName
{
border-color: #001962;
}
</style>