Shades of Sapphire #101E68
Tints of Sapphire #101E68
RGB
CMYK
RGB Variations
Color information
#101E68 (or 0x101E68) is known color: Sapphire. HEX triplet: 10, 1E and 68. RGB value is (16,30,104). Sum of RGB (Red+Green+Blue) = 16+30+104=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #101E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E68 is #EFE197. Grayscale: #212121. Windows color (decimal): -15720856 or 6823440. OLE color: 6823440.
HSL color Cylindrical-coordinate representation of color #101E68: hue angle of 230.45º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #101E68 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 30 | 104 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.59 |
| HSL | 230.45º | 0.73% | 0.24% | - |
| HSV(B) | 230.45º | 0.85% | 0.41% | - |
| XYZ | 3.18 | 2.04 | 13.32 | - |
| YUV | 34.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 104 | 0.85 | 0.71 | 0 | 0.59 | 230.45 | 0.73 | 0.24 |
| Hex | 10 | 1E | 68 | 55 | 47 | 0 | 3B | E6 | 49 | 18 |
| Octal | 20 | 36 | 150 | 125 | 107 | 0 | 73 | 346 | 111 | 30 |
| Binary | 10000 | 11110 | 1101000 | 1010101 | 1000111 | 0 | 111011 | 11100110 | 1001001 | 11000 |
Color Harmonies of #101E68
Complementary color
Monochromatic Colors of #101E68
Black with #101E68
Text Example
Text Example
White with #101E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E68; }
p { color: rgb(16,30,104); }
H1.HeaderClassName
{
color: #101E68;
}
.AnyTagClassName
{
color: #101E68;
}
</style>
background-color css
<style>
a { background-color: #101E68; }
a { background-color: rgb(16,30,104); }
div.DivClassName
{
background-color: #101E68;
}
.BgClassName
{
background-color: #101E68;
}
</style>
border-color css
<style>
span { border-color: #101E68; }
span { border-color: rgb(16,30,104); }
td.TdClassName
{
border-color: #101E68;
}
.TagClassName
{
border-color: #101E68;
}
</style>