Shades of Sapphire #101E6B
Tints of Sapphire #101E6B
RGB
CMYK
RGB Variations
Color information
#101E6B (or 0x101E6B) is known color: Sapphire. HEX triplet: 10, 1E and 6B. RGB value is (16,30,107). Sum of RGB (Red+Green+Blue) = 16+30+107=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #101E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E6B is #EFE194. Grayscale: #222222. Windows color (decimal): -15720853 or 7020048. OLE color: 7020048.
HSL color Cylindrical-coordinate representation of color #101E6B: hue angle of 230.77º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #101E6B is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 30 | 107 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.58 |
| HSL | 230.77º | 0.74% | 0.24% | - |
| HSV(B) | 230.77º | 0.85% | 0.42% | - |
| XYZ | 3.33 | 2.1 | 14.14 | - |
| YUV | 34.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 107 | 0.85 | 0.72 | 0 | 0.58 | 230.77 | 0.74 | 0.24 |
| Hex | 10 | 1E | 6B | 55 | 48 | 0 | 3A | E7 | 4A | 18 |
| Octal | 20 | 36 | 153 | 125 | 110 | 0 | 72 | 347 | 112 | 30 |
| Binary | 10000 | 11110 | 1101011 | 1010101 | 1001000 | 0 | 111010 | 11100111 | 1001010 | 11000 |
Color Harmonies of #101E6B
Complementary color
Monochromatic Colors of #101E6B
Black with #101E6B
Text Example
Text Example
White with #101E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E6B; }
p { color: rgb(16,30,107); }
H1.HeaderClassName
{
color: #101E6B;
}
.AnyTagClassName
{
color: #101E6B;
}
</style>
background-color css
<style>
a { background-color: #101E6B; }
a { background-color: rgb(16,30,107); }
div.DivClassName
{
background-color: #101E6B;
}
.BgClassName
{
background-color: #101E6B;
}
</style>
border-color css
<style>
span { border-color: #101E6B; }
span { border-color: rgb(16,30,107); }
td.TdClassName
{
border-color: #101E6B;
}
.TagClassName
{
border-color: #101E6B;
}
</style>