Shades of Sapphire #001566
Tints of Sapphire #001566
RGB
CMYK
RGB Variations
Color information
#001566 (or 0x001566) is known color: Sapphire. HEX triplet: 00, 15 and 66. RGB value is (0,21,102). Sum of RGB (Red+Green+Blue) = 0+21+102=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 102 (40.23% from 255 or 82.93% from 123); Max value from RGB is 102 - color contains mainly: blue. Hex color #001566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001566 is #FFEA99. Grayscale: #171717. Windows color (decimal): -16771738 or 6690048. OLE color: 6690048.
HSL color Cylindrical-coordinate representation of color #001566: hue angle of 227.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001566 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
RGB | 0 | 21 | 102 | - |
CMYK | 1 | 0.79 | 0 | 0.6 |
HSL | 227.65º | 1% | 0.2% | - |
HSV(B) | 227.65º | 1% | 0.4% | - |
XYZ | 2.67 | 1.5 | 12.72 | - |
YUV | 23.96 | 172.04 | 110.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 21 | 102 | 1 | 0.79 | 0 | 0.6 | 227.65 | 1 | 0.2 |
Hex | 0 | 15 | 66 | 64 | 4F | 0 | 3C | E4 | 64 | 14 |
Octal | 0 | 25 | 146 | 144 | 117 | 0 | 74 | 344 | 144 | 24 |
Binary | 0 | 10101 | 1100110 | 1100100 | 1001111 | 0 | 111100 | 11100100 | 1100100 | 10100 |
Color Harmonies of #001566
Complementary color
Monochromatic Colors of #001566
Black with #001566
Text Example
Text Example
White with #001566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001566; }
p { color: rgb(0,21,102); }
H1.HeaderClassName
{
color: #001566;
}
.AnyTagClassName
{
color: #001566;
}
</style>
background-color css
<style>
a { background-color: #001566; }
a { background-color: rgb(0,21,102); }
div.DivClassName
{
background-color: #001566;
}
.BgClassName
{
background-color: #001566;
}
</style>
border-color css
<style>
span { border-color: #001566; }
span { border-color: rgb(0,21,102); }
td.TdClassName
{
border-color: #001566;
}
.TagClassName
{
border-color: #001566;
}
</style>