Shades of Sapphire #102255
Tints of Sapphire #102255
RGB
CMYK
RGB Variations
Color information
#102255 (or 0x102255) is known color: Sapphire. HEX triplet: 10, 22 and 55. RGB value is (16,34,85). Sum of RGB (Red+Green+Blue) = 16+34+85=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #102255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102255 is #EFDDAA. Grayscale: #222222. Windows color (decimal): -15719851 or 5579280. OLE color: 5579280.
HSL color Cylindrical-coordinate representation of color #102255: hue angle of 224.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102255 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 34 | 85 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.67 |
| HSL | 224.35º | 0.68% | 0.2% | - |
| HSV(B) | 224.35º | 0.81% | 0.33% | - |
| XYZ | 2.43 | 1.91 | 8.84 | - |
| YUV | 34.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 85 | 0.81 | 0.60 | 0 | 0.67 | 224.35 | 0.68 | 0.2 |
| Hex | 10 | 22 | 55 | 51 | 3C | 0 | 43 | E0 | 44 | 14 |
| Octal | 20 | 42 | 125 | 121 | 74 | 0 | 103 | 340 | 104 | 24 |
| Binary | 10000 | 100010 | 1010101 | 1010001 | 111100 | 0 | 1000011 | 11100000 | 1000100 | 10100 |
Color Harmonies of #102255
Complementary color
Monochromatic Colors of #102255
Black with #102255
Text Example
Text Example
White with #102255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102255; }
p { color: rgb(16,34,85); }
H1.HeaderClassName
{
color: #102255;
}
.AnyTagClassName
{
color: #102255;
}
</style>
background-color css
<style>
a { background-color: #102255; }
a { background-color: rgb(16,34,85); }
div.DivClassName
{
background-color: #102255;
}
.BgClassName
{
background-color: #102255;
}
</style>
border-color css
<style>
span { border-color: #102255; }
span { border-color: rgb(16,34,85); }
td.TdClassName
{
border-color: #102255;
}
.TagClassName
{
border-color: #102255;
}
</style>