Shades of Sapphire #001562
Tints of Sapphire #001562
RGB
CMYK
RGB Variations
Color information
#001562 (or 0x001562) is known color: Sapphire. HEX triplet: 00, 15 and 62. RGB value is (0,21,98). Sum of RGB (Red+Green+Blue) = 0+21+98=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 98 (38.67% from 255 or 82.35% from 119); Max value from RGB is 98 - color contains mainly: blue. Hex color #001562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001562 is #FFEA9D. Grayscale: #171717. Windows color (decimal): -16771742 or 6427904. OLE color: 6427904.
HSL color Cylindrical-coordinate representation of color #001562: hue angle of 227.14º 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 #001562 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 21 | 98 | - |
| CMYK | 1 | 0.79 | 0 | 0.62 |
| HSL | 227.14º | 1% | 0.19% | - |
| HSV(B) | 227.14º | 1% | 0.38% | - |
| XYZ | 2.47 | 1.42 | 11.7 | - |
| YUV | 23.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 98 | 1 | 0.79 | 0 | 0.62 | 227.14 | 1 | 0.19 |
| Hex | 0 | 15 | 62 | 64 | 4F | 0 | 3E | E3 | 64 | 13 |
| Octal | 0 | 25 | 142 | 144 | 117 | 0 | 76 | 343 | 144 | 23 |
| Binary | 0 | 10101 | 1100010 | 1100100 | 1001111 | 0 | 111110 | 11100011 | 1100100 | 10011 |
Color Harmonies of #001562
Complementary color
Monochromatic Colors of #001562
Black with #001562
Text Example
Text Example
White with #001562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001562; }
p { color: rgb(0,21,98); }
H1.HeaderClassName
{
color: #001562;
}
.AnyTagClassName
{
color: #001562;
}
</style>
background-color css
<style>
a { background-color: #001562; }
a { background-color: rgb(0,21,98); }
div.DivClassName
{
background-color: #001562;
}
.BgClassName
{
background-color: #001562;
}
</style>
border-color css
<style>
span { border-color: #001562; }
span { border-color: rgb(0,21,98); }
td.TdClassName
{
border-color: #001562;
}
.TagClassName
{
border-color: #001562;
}
</style>