Shades of Sapphire #10327C
Tints of Sapphire #10327C
RGB
CMYK
RGB Variations
Color information
#10327C (or 0x10327C) is known color: Sapphire. HEX triplet: 10, 32 and 7C. RGB value is (16,50,124). Sum of RGB (Red+Green+Blue) = 16+50+124=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #10327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10327C is #EFCD83. Grayscale: #2F2F2F. Windows color (decimal): -15715716 or 8139280. OLE color: 8139280.
HSL color Cylindrical-coordinate representation of color #10327C: hue angle of 221.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10327C is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 50 | 124 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.51 |
| HSL | 221.11º | 0.77% | 0.27% | - |
| HSV(B) | 221.11º | 0.87% | 0.49% | - |
| XYZ | 4.99 | 3.85 | 19.55 | - |
| YUV | 48.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 124 | 0.87 | 0.60 | 0 | 0.51 | 221.11 | 0.77 | 0.27 |
| Hex | 10 | 32 | 7C | 57 | 3C | 0 | 33 | DD | 4D | 1B |
| Octal | 20 | 62 | 174 | 127 | 74 | 0 | 63 | 335 | 115 | 33 |
| Binary | 10000 | 110010 | 1111100 | 1010111 | 111100 | 0 | 110011 | 11011101 | 1001101 | 11011 |
Color Harmonies of #10327C
Complementary color
Monochromatic Colors of #10327C
Black with #10327C
Text Example
Text Example
White with #10327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10327C; }
p { color: rgb(16,50,124); }
H1.HeaderClassName
{
color: #10327C;
}
.AnyTagClassName
{
color: #10327C;
}
</style>
background-color css
<style>
a { background-color: #10327C; }
a { background-color: rgb(16,50,124); }
div.DivClassName
{
background-color: #10327C;
}
.BgClassName
{
background-color: #10327C;
}
</style>
border-color css
<style>
span { border-color: #10327C; }
span { border-color: rgb(16,50,124); }
td.TdClassName
{
border-color: #10327C;
}
.TagClassName
{
border-color: #10327C;
}
</style>