Shades of Sapphire #101B53
Tints of Sapphire #101B53
RGB
CMYK
RGB Variations
Color information
#101B53 (or 0x101B53) is known color: Sapphire. HEX triplet: 10, 1B and 53. RGB value is (16,27,83). Sum of RGB (Red+Green+Blue) = 16+27+83=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #101B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B53 is #EFE4AC. Grayscale: #1D1D1D. Windows color (decimal): -15721645 or 5446416. OLE color: 5446416.
HSL color Cylindrical-coordinate representation of color #101B53: hue angle of 230.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101B53 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 27 | 83 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.67 |
| HSL | 230.15º | 0.68% | 0.19% | - |
| HSV(B) | 230.15º | 0.81% | 0.33% | - |
| XYZ | 2.17 | 1.52 | 8.36 | - |
| YUV | 30.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 83 | 0.81 | 0.67 | 0 | 0.67 | 230.15 | 0.68 | 0.19 |
| Hex | 10 | 1B | 53 | 51 | 43 | 0 | 43 | E6 | 44 | 13 |
| Octal | 20 | 33 | 123 | 121 | 103 | 0 | 103 | 346 | 104 | 23 |
| Binary | 10000 | 11011 | 1010011 | 1010001 | 1000011 | 0 | 1000011 | 11100110 | 1000100 | 10011 |
Color Harmonies of #101B53
Complementary color
Monochromatic Colors of #101B53
Black with #101B53
Text Example
Text Example
White with #101B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B53; }
p { color: rgb(16,27,83); }
H1.HeaderClassName
{
color: #101B53;
}
.AnyTagClassName
{
color: #101B53;
}
</style>
background-color css
<style>
a { background-color: #101B53; }
a { background-color: rgb(16,27,83); }
div.DivClassName
{
background-color: #101B53;
}
.BgClassName
{
background-color: #101B53;
}
</style>
border-color css
<style>
span { border-color: #101B53; }
span { border-color: rgb(16,27,83); }
td.TdClassName
{
border-color: #101B53;
}
.TagClassName
{
border-color: #101B53;
}
</style>