Shades of Sapphire #001567
Tints of Sapphire #001567
RGB
CMYK
RGB Variations
Color information
#001567 (or 0x001567) is known color: Sapphire. HEX triplet: 00, 15 and 67. RGB value is (0,21,103). Sum of RGB (Red+Green+Blue) = 0+21+103=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 103 (40.62% from 255 or 83.06% from 124); Max value from RGB is 103 - color contains mainly: blue. Hex color #001567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001567 is #FFEA98. Grayscale: #171717. Windows color (decimal): -16771737 or 6755584. OLE color: 6755584.
HSL color Cylindrical-coordinate representation of color #001567: hue angle of 227.77º 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 #001567 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 21 | 103 | - |
| CMYK | 1 | 0.80 | 0 | 0.60 |
| HSL | 227.77º | 1% | 0.2% | - |
| HSV(B) | 227.77º | 1% | 0.4% | - |
| XYZ | 2.72 | 1.52 | 12.98 | - |
| YUV | 24.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 103 | 1 | 0.80 | 0 | 0.60 | 227.77 | 1 | 0.2 |
| Hex | 0 | 15 | 67 | 64 | 50 | 0 | 3C | E4 | 64 | 14 |
| Octal | 0 | 25 | 147 | 144 | 120 | 0 | 74 | 344 | 144 | 24 |
| Binary | 0 | 10101 | 1100111 | 1100100 | 1010000 | 0 | 111100 | 11100100 | 1100100 | 10100 |
Color Harmonies of #001567
Complementary color
Monochromatic Colors of #001567
Black with #001567
Text Example
Text Example
White with #001567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001567; }
p { color: rgb(0,21,103); }
H1.HeaderClassName
{
color: #001567;
}
.AnyTagClassName
{
color: #001567;
}
</style>
background-color css
<style>
a { background-color: #001567; }
a { background-color: rgb(0,21,103); }
div.DivClassName
{
background-color: #001567;
}
.BgClassName
{
background-color: #001567;
}
</style>
border-color css
<style>
span { border-color: #001567; }
span { border-color: rgb(0,21,103); }
td.TdClassName
{
border-color: #001567;
}
.TagClassName
{
border-color: #001567;
}
</style>