Shades of Sapphire #10247B
Tints of Sapphire #10247B
RGB
CMYK
RGB Variations
Color information
#10247B (or 0x10247B) is known color: Sapphire. HEX triplet: 10, 24 and 7B. RGB value is (16,36,123). Sum of RGB (Red+Green+Blue) = 16+36+123=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #10247B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10247B is #EFDB84. Grayscale: #272727. Windows color (decimal): -15719301 or 8070160. OLE color: 8070160.
HSL color Cylindrical-coordinate representation of color #10247B: hue angle of 228.79º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10247B is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 36 | 123 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.52 |
| HSL | 228.79º | 0.77% | 0.27% | - |
| HSV(B) | 228.79º | 0.87% | 0.48% | - |
| XYZ | 4.42 | 2.8 | 19.05 | - |
| YUV | 39.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 123 | 0.87 | 0.71 | 0 | 0.52 | 228.79 | 0.77 | 0.27 |
| Hex | 10 | 24 | 7B | 57 | 47 | 0 | 34 | E5 | 4D | 1B |
| Octal | 20 | 44 | 173 | 127 | 107 | 0 | 64 | 345 | 115 | 33 |
| Binary | 10000 | 100100 | 1111011 | 1010111 | 1000111 | 0 | 110100 | 11100101 | 1001101 | 11011 |
Color Harmonies of #10247B
Complementary color
Monochromatic Colors of #10247B
Black with #10247B
Text Example
Text Example
White with #10247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10247B; }
p { color: rgb(16,36,123); }
H1.HeaderClassName
{
color: #10247B;
}
.AnyTagClassName
{
color: #10247B;
}
</style>
background-color css
<style>
a { background-color: #10247B; }
a { background-color: rgb(16,36,123); }
div.DivClassName
{
background-color: #10247B;
}
.BgClassName
{
background-color: #10247B;
}
</style>
border-color css
<style>
span { border-color: #10247B; }
span { border-color: rgb(16,36,123); }
td.TdClassName
{
border-color: #10247B;
}
.TagClassName
{
border-color: #10247B;
}
</style>