Shades of Sapphire #10255D
Tints of Sapphire #10255D
RGB
CMYK
RGB Variations
Color information
#10255D (or 0x10255D) is known color: Sapphire. HEX triplet: 10, 25 and 5D. RGB value is (16,37,93). Sum of RGB (Red+Green+Blue) = 16+37+93=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #10255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10255D is #EFDAA2. Grayscale: #242424. Windows color (decimal): -15719075 or 6104336. OLE color: 6104336.
HSL color Cylindrical-coordinate representation of color #10255D: hue angle of 223.64º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10255D is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 37 | 93 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.64 |
| HSL | 223.64º | 0.71% | 0.21% | - |
| HSV(B) | 223.64º | 0.83% | 0.36% | - |
| XYZ | 2.85 | 2.22 | 10.63 | - |
| YUV | 37.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 93 | 0.83 | 0.60 | 0 | 0.64 | 223.64 | 0.71 | 0.21 |
| Hex | 10 | 25 | 5D | 53 | 3C | 0 | 40 | E0 | 47 | 15 |
| Octal | 20 | 45 | 135 | 123 | 74 | 0 | 100 | 340 | 107 | 25 |
| Binary | 10000 | 100101 | 1011101 | 1010011 | 111100 | 0 | 1000000 | 11100000 | 1000111 | 10101 |
Color Harmonies of #10255D
Complementary color
Monochromatic Colors of #10255D
Black with #10255D
Text Example
Text Example
White with #10255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10255D; }
p { color: rgb(16,37,93); }
H1.HeaderClassName
{
color: #10255D;
}
.AnyTagClassName
{
color: #10255D;
}
</style>
background-color css
<style>
a { background-color: #10255D; }
a { background-color: rgb(16,37,93); }
div.DivClassName
{
background-color: #10255D;
}
.BgClassName
{
background-color: #10255D;
}
</style>
border-color css
<style>
span { border-color: #10255D; }
span { border-color: rgb(16,37,93); }
td.TdClassName
{
border-color: #10255D;
}
.TagClassName
{
border-color: #10255D;
}
</style>