Shades of Sapphire #001555
Tints of Sapphire #001555
RGB
CMYK
RGB Variations
Color information
#001555 (or 0x001555) is known color: Sapphire. HEX triplet: 00, 15 and 55. RGB value is (0,21,85). Sum of RGB (Red+Green+Blue) = 0+21+85=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #001555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001555 is #FFEAAA. Grayscale: #151515. Windows color (decimal): -16771755 or 5575936. OLE color: 5575936.
HSL color Cylindrical-coordinate representation of color #001555: hue angle of 225.18º 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 #001555 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 21 | 85 | - |
| CMYK | 1 | 0.75 | 0 | 0.67 |
| HSL | 225.18º | 1% | 0.17% | - |
| HSV(B) | 225.18º | 1% | 0.33% | - |
| XYZ | 1.91 | 1.19 | 8.72 | - |
| YUV | 22.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 85 | 1 | 0.75 | 0 | 0.67 | 225.18 | 1 | 0.17 |
| Hex | 0 | 15 | 55 | 64 | 4B | 0 | 43 | E1 | 64 | 11 |
| Octal | 0 | 25 | 125 | 144 | 113 | 0 | 103 | 341 | 144 | 21 |
| Binary | 0 | 10101 | 1010101 | 1100100 | 1001011 | 0 | 1000011 | 11100001 | 1100100 | 10001 |
Color Harmonies of #001555
Complementary color
Monochromatic Colors of #001555
Black with #001555
Text Example
Text Example
White with #001555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001555; }
p { color: rgb(0,21,85); }
H1.HeaderClassName
{
color: #001555;
}
.AnyTagClassName
{
color: #001555;
}
</style>
background-color css
<style>
a { background-color: #001555; }
a { background-color: rgb(0,21,85); }
div.DivClassName
{
background-color: #001555;
}
.BgClassName
{
background-color: #001555;
}
</style>
border-color css
<style>
span { border-color: #001555; }
span { border-color: rgb(0,21,85); }
td.TdClassName
{
border-color: #001555;
}
.TagClassName
{
border-color: #001555;
}
</style>