Shades of Sapphire #102453
Tints of Sapphire #102453
RGB
CMYK
RGB Variations
Color information
#102453 (or 0x102453) is known color: Sapphire. HEX triplet: 10, 24 and 53. RGB value is (16,36,83). Sum of RGB (Red+Green+Blue) = 16+36+83=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #102453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102453 is #EFDBAC. Grayscale: #232323. Windows color (decimal): -15719341 or 5448720. OLE color: 5448720.
HSL color Cylindrical-coordinate representation of color #102453: hue angle of 222.09º 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 #102453 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 36 | 83 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.67 |
| HSL | 222.09º | 0.68% | 0.19% | - |
| HSV(B) | 222.09º | 0.81% | 0.33% | - |
| XYZ | 2.41 | 2 | 8.44 | - |
| YUV | 35.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 83 | 0.81 | 0.57 | 0 | 0.67 | 222.09 | 0.68 | 0.19 |
| Hex | 10 | 24 | 53 | 51 | 39 | 0 | 43 | DE | 44 | 13 |
| Octal | 20 | 44 | 123 | 121 | 71 | 0 | 103 | 336 | 104 | 23 |
| Binary | 10000 | 100100 | 1010011 | 1010001 | 111001 | 0 | 1000011 | 11011110 | 1000100 | 10011 |
Color Harmonies of #102453
Complementary color
Monochromatic Colors of #102453
Black with #102453
Text Example
Text Example
White with #102453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102453; }
p { color: rgb(16,36,83); }
H1.HeaderClassName
{
color: #102453;
}
.AnyTagClassName
{
color: #102453;
}
</style>
background-color css
<style>
a { background-color: #102453; }
a { background-color: rgb(16,36,83); }
div.DivClassName
{
background-color: #102453;
}
.BgClassName
{
background-color: #102453;
}
</style>
border-color css
<style>
span { border-color: #102453; }
span { border-color: rgb(16,36,83); }
td.TdClassName
{
border-color: #102453;
}
.TagClassName
{
border-color: #102453;
}
</style>