Shades of Sapphire #102E5E
Tints of Sapphire #102E5E
RGB
CMYK
RGB Variations
Color information
#102E5E (or 0x102E5E) is known color: Sapphire. HEX triplet: 10, 2E and 5E. RGB value is (16,46,94). Sum of RGB (Red+Green+Blue) = 16+46+94=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #102E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E5E is #EFD1A1. Grayscale: #2A2A2A. Windows color (decimal): -15716770 or 6172176. OLE color: 6172176.
HSL color Cylindrical-coordinate representation of color #102E5E: hue angle of 216.92º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102E5E is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 16 | 46 | 94 | - |
CMYK | 0.83 | 0.51 | 0 | 0.63 |
HSL | 216.92º | 0.71% | 0.22% | - |
HSV(B) | 216.92º | 0.83% | 0.37% | - |
XYZ | 3.21 | 2.87 | 10.97 | - |
YUV | 42.5 | 157.06 | 109.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 46 | 94 | 0.83 | 0.51 | 0 | 0.63 | 216.92 | 0.71 | 0.22 |
Hex | 10 | 2E | 5E | 53 | 33 | 0 | 3F | D9 | 47 | 16 |
Octal | 20 | 56 | 136 | 123 | 63 | 0 | 77 | 331 | 107 | 26 |
Binary | 10000 | 101110 | 1011110 | 1010011 | 110011 | 0 | 111111 | 11011001 | 1000111 | 10110 |
Color Harmonies of #102E5E
Complementary color
Monochromatic Colors of #102E5E
Black with #102E5E
Text Example
Text Example
White with #102E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E5E; }
p { color: rgb(16,46,94); }
H1.HeaderClassName
{
color: #102E5E;
}
.AnyTagClassName
{
color: #102E5E;
}
</style>
background-color css
<style>
a { background-color: #102E5E; }
a { background-color: rgb(16,46,94); }
div.DivClassName
{
background-color: #102E5E;
}
.BgClassName
{
background-color: #102E5E;
}
</style>
border-color css
<style>
span { border-color: #102E5E; }
span { border-color: rgb(16,46,94); }
td.TdClassName
{
border-color: #102E5E;
}
.TagClassName
{
border-color: #102E5E;
}
</style>