Shades of Sapphire #102153
Tints of Sapphire #102153
RGB
CMYK
RGB Variations
Color information
#102153 (or 0x102153) is known color: Sapphire. HEX triplet: 10, 21 and 53. RGB value is (16,33,83). Sum of RGB (Red+Green+Blue) = 16+33+83=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #102153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102153 is #EFDEAC. Grayscale: #212121. Windows color (decimal): -15720109 or 5447952. OLE color: 5447952.
HSL color Cylindrical-coordinate representation of color #102153: hue angle of 224.78º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102153 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 33 | 83 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.67 |
| HSL | 224.78º | 0.68% | 0.19% | - |
| HSV(B) | 224.78º | 0.81% | 0.33% | - |
| XYZ | 2.32 | 1.82 | 8.41 | - |
| YUV | 33.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 83 | 0.81 | 0.60 | 0 | 0.67 | 224.78 | 0.68 | 0.19 |
| Hex | 10 | 21 | 53 | 51 | 3C | 0 | 43 | E1 | 44 | 13 |
| Octal | 20 | 41 | 123 | 121 | 74 | 0 | 103 | 341 | 104 | 23 |
| Binary | 10000 | 100001 | 1010011 | 1010001 | 111100 | 0 | 1000011 | 11100001 | 1000100 | 10011 |
Color Harmonies of #102153
Complementary color
Monochromatic Colors of #102153
Black with #102153
Text Example
Text Example
White with #102153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102153; }
p { color: rgb(16,33,83); }
H1.HeaderClassName
{
color: #102153;
}
.AnyTagClassName
{
color: #102153;
}
</style>
background-color css
<style>
a { background-color: #102153; }
a { background-color: rgb(16,33,83); }
div.DivClassName
{
background-color: #102153;
}
.BgClassName
{
background-color: #102153;
}
</style>
border-color css
<style>
span { border-color: #102153; }
span { border-color: rgb(16,33,83); }
td.TdClassName
{
border-color: #102153;
}
.TagClassName
{
border-color: #102153;
}
</style>