Shades of Sapphire #101E5B
Tints of Sapphire #101E5B
RGB
CMYK
RGB Variations
Color information
#101E5B (or 0x101E5B) is known color: Sapphire. HEX triplet: 10, 1E and 5B. RGB value is (16,30,91). Sum of RGB (Red+Green+Blue) = 16+30+91=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #101E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E5B is #EFE1A4. Grayscale: #202020. Windows color (decimal): -15720869 or 5971472. OLE color: 5971472.
HSL color Cylindrical-coordinate representation of color #101E5B: hue angle of 228.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101E5B is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 30 | 91 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.64 |
| HSL | 228.8º | 0.7% | 0.21% | - |
| HSV(B) | 228.8º | 0.82% | 0.36% | - |
| XYZ | 2.57 | 1.79 | 10.11 | - |
| YUV | 32.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 91 | 0.82 | 0.67 | 0 | 0.64 | 228.8 | 0.7 | 0.21 |
| Hex | 10 | 1E | 5B | 52 | 43 | 0 | 40 | E5 | 46 | 15 |
| Octal | 20 | 36 | 133 | 122 | 103 | 0 | 100 | 345 | 106 | 25 |
| Binary | 10000 | 11110 | 1011011 | 1010010 | 1000011 | 0 | 1000000 | 11100101 | 1000110 | 10101 |
Color Harmonies of #101E5B
Complementary color
Monochromatic Colors of #101E5B
Black with #101E5B
Text Example
Text Example
White with #101E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E5B; }
p { color: rgb(16,30,91); }
H1.HeaderClassName
{
color: #101E5B;
}
.AnyTagClassName
{
color: #101E5B;
}
</style>
background-color css
<style>
a { background-color: #101E5B; }
a { background-color: rgb(16,30,91); }
div.DivClassName
{
background-color: #101E5B;
}
.BgClassName
{
background-color: #101E5B;
}
</style>
border-color css
<style>
span { border-color: #101E5B; }
span { border-color: rgb(16,30,91); }
td.TdClassName
{
border-color: #101E5B;
}
.TagClassName
{
border-color: #101E5B;
}
</style>