Shades of Sapphire #001655
Tints of Sapphire #001655
RGB
CMYK
RGB Variations
Color information
#001655 (or 0x001655) is known color: Sapphire. HEX triplet: 00, 16 and 55. RGB value is (0,22,85). Sum of RGB (Red+Green+Blue) = 0+22+85=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #001655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001655 is #FFE9AA. Grayscale: #161616. Windows color (decimal): -16771499 or 5576192. OLE color: 5576192.
HSL color Cylindrical-coordinate representation of color #001655: hue angle of 224.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001655 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 22 | 85 | - |
| CMYK | 1 | 0.74 | 0 | 0.67 |
| HSL | 224.47º | 1% | 0.17% | - |
| HSV(B) | 224.47º | 1% | 0.33% | - |
| XYZ | 1.93 | 1.23 | 8.73 | - |
| YUV | 22.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 85 | 1 | 0.74 | 0 | 0.67 | 224.47 | 1 | 0.17 |
| Hex | 0 | 16 | 55 | 64 | 4A | 0 | 43 | E0 | 64 | 11 |
| Octal | 0 | 26 | 125 | 144 | 112 | 0 | 103 | 340 | 144 | 21 |
| Binary | 0 | 10110 | 1010101 | 1100100 | 1001010 | 0 | 1000011 | 11100000 | 1100100 | 10001 |
Color Harmonies of #001655
Complementary color
Monochromatic Colors of #001655
Black with #001655
Text Example
Text Example
White with #001655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001655; }
p { color: rgb(0,22,85); }
H1.HeaderClassName
{
color: #001655;
}
.AnyTagClassName
{
color: #001655;
}
</style>
background-color css
<style>
a { background-color: #001655; }
a { background-color: rgb(0,22,85); }
div.DivClassName
{
background-color: #001655;
}
.BgClassName
{
background-color: #001655;
}
</style>
border-color css
<style>
span { border-color: #001655; }
span { border-color: rgb(0,22,85); }
td.TdClassName
{
border-color: #001655;
}
.TagClassName
{
border-color: #001655;
}
</style>