Shades of Sapphire #002155
Tints of Sapphire #002155
RGB
CMYK
RGB Variations
Color information
#002155 (or 0x002155) is known color: Sapphire. HEX triplet: 00, 21 and 55. RGB value is (0,33,85). Sum of RGB (Red+Green+Blue) = 0+33+85=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 85 (33.59% from 255 or 72.03% from 118); Max value from RGB is 85 - color contains mainly: blue. Hex color #002155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002155 is #FFDEAA. Grayscale: #1C1C1C. Windows color (decimal): -16768683 or 5579008. OLE color: 5579008.
HSL color Cylindrical-coordinate representation of color #002155: hue angle of 216.71º 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 #002155 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 33 | 85 | - |
| CMYK | 1 | 0.61 | 0 | 0.67 |
| HSL | 216.71º | 1% | 0.17% | - |
| HSV(B) | 216.71º | 1% | 0.33% | - |
| XYZ | 2.18 | 1.74 | 8.82 | - |
| YUV | 29.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 85 | 1 | 0.61 | 0 | 0.67 | 216.71 | 1 | 0.17 |
| Hex | 0 | 21 | 55 | 64 | 3D | 0 | 43 | D9 | 64 | 11 |
| Octal | 0 | 41 | 125 | 144 | 75 | 0 | 103 | 331 | 144 | 21 |
| Binary | 0 | 100001 | 1010101 | 1100100 | 111101 | 0 | 1000011 | 11011001 | 1100100 | 10001 |
Color Harmonies of #002155
Complementary color
Monochromatic Colors of #002155
Black with #002155
Text Example
Text Example
White with #002155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002155; }
p { color: rgb(0,33,85); }
H1.HeaderClassName
{
color: #002155;
}
.AnyTagClassName
{
color: #002155;
}
</style>
background-color css
<style>
a { background-color: #002155; }
a { background-color: rgb(0,33,85); }
div.DivClassName
{
background-color: #002155;
}
.BgClassName
{
background-color: #002155;
}
</style>
border-color css
<style>
span { border-color: #002155; }
span { border-color: rgb(0,33,85); }
td.TdClassName
{
border-color: #002155;
}
.TagClassName
{
border-color: #002155;
}
</style>