Shades of Sapphire #101E65
Tints of Sapphire #101E65
RGB
CMYK
RGB Variations
Color information
#101E65 (or 0x101E65) is known color: Sapphire. HEX triplet: 10, 1E and 65. RGB value is (16,30,101). Sum of RGB (Red+Green+Blue) = 16+30+101=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 101 (39.84% from 255 or 68.71% from 147); Max value from RGB is 101 - color contains mainly: blue. Hex color #101E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E65 is #EFE19A. Grayscale: #212121. Windows color (decimal): -15720859 or 6626832. OLE color: 6626832.
HSL color Cylindrical-coordinate representation of color #101E65: hue angle of 230.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101E65 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 30 | 101 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.60 |
| HSL | 230.12º | 0.73% | 0.23% | - |
| HSV(B) | 230.12º | 0.84% | 0.4% | - |
| XYZ | 3.03 | 1.98 | 12.53 | - |
| YUV | 33.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 101 | 0.84 | 0.70 | 0 | 0.60 | 230.12 | 0.73 | 0.23 |
| Hex | 10 | 1E | 65 | 54 | 46 | 0 | 3C | E6 | 49 | 17 |
| Octal | 20 | 36 | 145 | 124 | 106 | 0 | 74 | 346 | 111 | 27 |
| Binary | 10000 | 11110 | 1100101 | 1010100 | 1000110 | 0 | 111100 | 11100110 | 1001001 | 10111 |
Color Harmonies of #101E65
Complementary color
Monochromatic Colors of #101E65
Black with #101E65
Text Example
Text Example
White with #101E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E65; }
p { color: rgb(16,30,101); }
H1.HeaderClassName
{
color: #101E65;
}
.AnyTagClassName
{
color: #101E65;
}
</style>
background-color css
<style>
a { background-color: #101E65; }
a { background-color: rgb(16,30,101); }
div.DivClassName
{
background-color: #101E65;
}
.BgClassName
{
background-color: #101E65;
}
</style>
border-color css
<style>
span { border-color: #101E65; }
span { border-color: rgb(16,30,101); }
td.TdClassName
{
border-color: #101E65;
}
.TagClassName
{
border-color: #101E65;
}
</style>