Shades of Sapphire #101B5A
Tints of Sapphire #101B5A
RGB
CMYK
RGB Variations
Color information
#101B5A (or 0x101B5A) is known color: Sapphire. HEX triplet: 10, 1B and 5A. RGB value is (16,27,90). Sum of RGB (Red+Green+Blue) = 16+27+90=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #101B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B5A is #EFE4A5. Grayscale: #1E1E1E. Windows color (decimal): -15721638 or 5905168. OLE color: 5905168.
HSL color Cylindrical-coordinate representation of color #101B5A: hue angle of 231.08º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101B5A is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 27 | 90 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.65 |
| HSL | 231.08º | 0.7% | 0.21% | - |
| HSV(B) | 231.08º | 0.82% | 0.35% | - |
| XYZ | 2.45 | 1.63 | 9.86 | - |
| YUV | 30.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 90 | 0.82 | 0.70 | 0 | 0.65 | 231.08 | 0.7 | 0.21 |
| Hex | 10 | 1B | 5A | 52 | 46 | 0 | 41 | E7 | 46 | 15 |
| Octal | 20 | 33 | 132 | 122 | 106 | 0 | 101 | 347 | 106 | 25 |
| Binary | 10000 | 11011 | 1011010 | 1010010 | 1000110 | 0 | 1000001 | 11100111 | 1000110 | 10101 |
Color Harmonies of #101B5A
Complementary color
Monochromatic Colors of #101B5A
Black with #101B5A
Text Example
Text Example
White with #101B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B5A; }
p { color: rgb(16,27,90); }
H1.HeaderClassName
{
color: #101B5A;
}
.AnyTagClassName
{
color: #101B5A;
}
</style>
background-color css
<style>
a { background-color: #101B5A; }
a { background-color: rgb(16,27,90); }
div.DivClassName
{
background-color: #101B5A;
}
.BgClassName
{
background-color: #101B5A;
}
</style>
border-color css
<style>
span { border-color: #101B5A; }
span { border-color: rgb(16,27,90); }
td.TdClassName
{
border-color: #101B5A;
}
.TagClassName
{
border-color: #101B5A;
}
</style>