Shades of Sapphire #001657
Tints of Sapphire #001657
RGB
CMYK
RGB Variations
Color information
#001657 (or 0x001657) is known color: Sapphire. HEX triplet: 00, 16 and 57. RGB value is (0,22,87). Sum of RGB (Red+Green+Blue) = 0+22+87=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #001657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001657 is #FFE9A8. Grayscale: #161616. Windows color (decimal): -16771497 or 5707264. OLE color: 5707264.
HSL color Cylindrical-coordinate representation of color #001657: hue angle of 224.83º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001657 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
RGB | 0 | 22 | 87 | - |
CMYK | 1 | 0.75 | 0 | 0.66 |
HSL | 224.83º | 1% | 0.17% | - |
HSV(B) | 224.83º | 1% | 0.34% | - |
XYZ | 2.01 | 1.26 | 9.15 | - |
YUV | 22.83 | 164.21 | 111.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 22 | 87 | 1 | 0.75 | 0 | 0.66 | 224.83 | 1 | 0.17 |
Hex | 0 | 16 | 57 | 64 | 4B | 0 | 42 | E1 | 64 | 11 |
Octal | 0 | 26 | 127 | 144 | 113 | 0 | 102 | 341 | 144 | 21 |
Binary | 0 | 10110 | 1010111 | 1100100 | 1001011 | 0 | 1000010 | 11100001 | 1100100 | 10001 |
Color Harmonies of #001657
Complementary color
Monochromatic Colors of #001657
Black with #001657
Text Example
Text Example
White with #001657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001657; }
p { color: rgb(0,22,87); }
H1.HeaderClassName
{
color: #001657;
}
.AnyTagClassName
{
color: #001657;
}
</style>
background-color css
<style>
a { background-color: #001657; }
a { background-color: rgb(0,22,87); }
div.DivClassName
{
background-color: #001657;
}
.BgClassName
{
background-color: #001657;
}
</style>
border-color css
<style>
span { border-color: #001657; }
span { border-color: rgb(0,22,87); }
td.TdClassName
{
border-color: #001657;
}
.TagClassName
{
border-color: #001657;
}
</style>