Shades of Sapphire #102C7C
Tints of Sapphire #102C7C
RGB
CMYK
RGB Variations
Color information
#102C7C (or 0x102C7C) is known color: Sapphire. HEX triplet: 10, 2C and 7C. RGB value is (16,44,124). Sum of RGB (Red+Green+Blue) = 16+44+124=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #102C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C7C is #EFD383. Grayscale: #2C2C2C. Windows color (decimal): -15717252 or 8137744. OLE color: 8137744.
HSL color Cylindrical-coordinate representation of color #102C7C: hue angle of 224.44º 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 #102C7C is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 44 | 124 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.51 |
| HSL | 224.44º | 0.77% | 0.27% | - |
| HSV(B) | 224.44º | 0.87% | 0.49% | - |
| XYZ | 4.75 | 3.37 | 19.47 | - |
| YUV | 44.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 124 | 0.87 | 0.65 | 0 | 0.51 | 224.44 | 0.77 | 0.27 |
| Hex | 10 | 2C | 7C | 57 | 41 | 0 | 33 | E0 | 4D | 1B |
| Octal | 20 | 54 | 174 | 127 | 101 | 0 | 63 | 340 | 115 | 33 |
| Binary | 10000 | 101100 | 1111100 | 1010111 | 1000001 | 0 | 110011 | 11100000 | 1001101 | 11011 |
Color Harmonies of #102C7C
Complementary color
Monochromatic Colors of #102C7C
Black with #102C7C
Text Example
Text Example
White with #102C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C7C; }
p { color: rgb(16,44,124); }
H1.HeaderClassName
{
color: #102C7C;
}
.AnyTagClassName
{
color: #102C7C;
}
</style>
background-color css
<style>
a { background-color: #102C7C; }
a { background-color: rgb(16,44,124); }
div.DivClassName
{
background-color: #102C7C;
}
.BgClassName
{
background-color: #102C7C;
}
</style>
border-color css
<style>
span { border-color: #102C7C; }
span { border-color: rgb(16,44,124); }
td.TdClassName
{
border-color: #102C7C;
}
.TagClassName
{
border-color: #102C7C;
}
</style>