Shades of Sapphire #101B5C
Tints of Sapphire #101B5C
RGB
CMYK
RGB Variations
Color information
#101B5C (or 0x101B5C) is known color: Sapphire. HEX triplet: 10, 1B and 5C. RGB value is (16,27,92). Sum of RGB (Red+Green+Blue) = 16+27+92=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #101B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B5C is #EFE4A3. Grayscale: #1E1E1E. Windows color (decimal): -15721636 or 6036240. OLE color: 6036240.
HSL color Cylindrical-coordinate representation of color #101B5C: hue angle of 231.32º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #101B5C is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 27 | 92 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.64 |
| HSL | 231.32º | 0.7% | 0.21% | - |
| HSV(B) | 231.32º | 0.83% | 0.36% | - |
| XYZ | 2.54 | 1.67 | 10.31 | - |
| YUV | 31.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 92 | 0.83 | 0.71 | 0 | 0.64 | 231.32 | 0.7 | 0.21 |
| Hex | 10 | 1B | 5C | 53 | 47 | 0 | 40 | E7 | 46 | 15 |
| Octal | 20 | 33 | 134 | 123 | 107 | 0 | 100 | 347 | 106 | 25 |
| Binary | 10000 | 11011 | 1011100 | 1010011 | 1000111 | 0 | 1000000 | 11100111 | 1000110 | 10101 |
Color Harmonies of #101B5C
Complementary color
Monochromatic Colors of #101B5C
Black with #101B5C
Text Example
Text Example
White with #101B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B5C; }
p { color: rgb(16,27,92); }
H1.HeaderClassName
{
color: #101B5C;
}
.AnyTagClassName
{
color: #101B5C;
}
</style>
background-color css
<style>
a { background-color: #101B5C; }
a { background-color: rgb(16,27,92); }
div.DivClassName
{
background-color: #101B5C;
}
.BgClassName
{
background-color: #101B5C;
}
</style>
border-color css
<style>
span { border-color: #101B5C; }
span { border-color: rgb(16,27,92); }
td.TdClassName
{
border-color: #101B5C;
}
.TagClassName
{
border-color: #101B5C;
}
</style>