Shades of Sapphire #102253
Tints of Sapphire #102253
RGB
CMYK
RGB Variations
Color information
#102253 (or 0x102253) is known color: Sapphire. HEX triplet: 10, 22 and 53. RGB value is (16,34,83). Sum of RGB (Red+Green+Blue) = 16+34+83=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #102253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102253 is #EFDDAC. Grayscale: #212121. Windows color (decimal): -15719853 or 5448208. OLE color: 5448208.
HSL color Cylindrical-coordinate representation of color #102253: hue angle of 223.88º 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 #102253 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 34 | 83 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.67 |
| HSL | 223.88º | 0.68% | 0.19% | - |
| HSV(B) | 223.88º | 0.81% | 0.33% | - |
| XYZ | 2.35 | 1.88 | 8.42 | - |
| YUV | 34.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 83 | 0.81 | 0.59 | 0 | 0.67 | 223.88 | 0.68 | 0.19 |
| Hex | 10 | 22 | 53 | 51 | 3B | 0 | 43 | E0 | 44 | 13 |
| Octal | 20 | 42 | 123 | 121 | 73 | 0 | 103 | 340 | 104 | 23 |
| Binary | 10000 | 100010 | 1010011 | 1010001 | 111011 | 0 | 1000011 | 11100000 | 1000100 | 10011 |
Color Harmonies of #102253
Complementary color
Monochromatic Colors of #102253
Black with #102253
Text Example
Text Example
White with #102253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102253; }
p { color: rgb(16,34,83); }
H1.HeaderClassName
{
color: #102253;
}
.AnyTagClassName
{
color: #102253;
}
</style>
background-color css
<style>
a { background-color: #102253; }
a { background-color: rgb(16,34,83); }
div.DivClassName
{
background-color: #102253;
}
.BgClassName
{
background-color: #102253;
}
</style>
border-color css
<style>
span { border-color: #102253; }
span { border-color: rgb(16,34,83); }
td.TdClassName
{
border-color: #102253;
}
.TagClassName
{
border-color: #102253;
}
</style>