Shades of Sapphire #002153
Tints of Sapphire #002153
RGB
CMYK
RGB Variations
Color information
#002153 (or 0x002153) is known color: Sapphire. HEX triplet: 00, 21 and 53. RGB value is (0,33,83). Sum of RGB (Red+Green+Blue) = 0+33+83=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #002153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002153 is #FFDEAC. Grayscale: #1C1C1C. Windows color (decimal): -16768685 or 5447936. OLE color: 5447936.
HSL color Cylindrical-coordinate representation of color #002153: hue angle of 216.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002153 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 33 | 83 | - |
| CMYK | 1 | 0.60 | 0 | 0.67 |
| HSL | 216.14º | 1% | 0.16% | - |
| HSV(B) | 216.14º | 1% | 0.33% | - |
| XYZ | 2.11 | 1.71 | 8.4 | - |
| YUV | 28.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 83 | 1 | 0.60 | 0 | 0.67 | 216.14 | 1 | 0.16 |
| Hex | 0 | 21 | 53 | 64 | 3C | 0 | 43 | D8 | 64 | 10 |
| Octal | 0 | 41 | 123 | 144 | 74 | 0 | 103 | 330 | 144 | 20 |
| Binary | 0 | 100001 | 1010011 | 1100100 | 111100 | 0 | 1000011 | 11011000 | 1100100 | 10000 |
Color Harmonies of #002153
Complementary color
Monochromatic Colors of #002153
Black with #002153
Text Example
Text Example
White with #002153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002153; }
p { color: rgb(0,33,83); }
H1.HeaderClassName
{
color: #002153;
}
.AnyTagClassName
{
color: #002153;
}
</style>
background-color css
<style>
a { background-color: #002153; }
a { background-color: rgb(0,33,83); }
div.DivClassName
{
background-color: #002153;
}
.BgClassName
{
background-color: #002153;
}
</style>
border-color css
<style>
span { border-color: #002153; }
span { border-color: rgb(0,33,83); }
td.TdClassName
{
border-color: #002153;
}
.TagClassName
{
border-color: #002153;
}
</style>