Shades of Sapphire #101B62
Tints of Sapphire #101B62
RGB
CMYK
RGB Variations
Color information
#101B62 (or 0x101B62) is known color: Sapphire. HEX triplet: 10, 1B and 62. RGB value is (16,27,98). Sum of RGB (Red+Green+Blue) = 16+27+98=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #101B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B62 is #EFE49D. Grayscale: #1F1F1F. Windows color (decimal): -15721630 or 6429456. OLE color: 6429456.
HSL color Cylindrical-coordinate representation of color #101B62: hue angle of 231.95º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101B62 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 27 | 98 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.62 |
| HSL | 231.95º | 0.72% | 0.22% | - |
| HSV(B) | 231.95º | 0.84% | 0.38% | - |
| XYZ | 2.81 | 1.78 | 11.75 | - |
| YUV | 31.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 98 | 0.84 | 0.72 | 0 | 0.62 | 231.95 | 0.72 | 0.22 |
| Hex | 10 | 1B | 62 | 54 | 48 | 0 | 3E | E8 | 48 | 16 |
| Octal | 20 | 33 | 142 | 124 | 110 | 0 | 76 | 350 | 110 | 26 |
| Binary | 10000 | 11011 | 1100010 | 1010100 | 1001000 | 0 | 111110 | 11101000 | 1001000 | 10110 |
Color Harmonies of #101B62
Complementary color
Monochromatic Colors of #101B62
Black with #101B62
Text Example
Text Example
White with #101B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B62; }
p { color: rgb(16,27,98); }
H1.HeaderClassName
{
color: #101B62;
}
.AnyTagClassName
{
color: #101B62;
}
</style>
background-color css
<style>
a { background-color: #101B62; }
a { background-color: rgb(16,27,98); }
div.DivClassName
{
background-color: #101B62;
}
.BgClassName
{
background-color: #101B62;
}
</style>
border-color css
<style>
span { border-color: #101B62; }
span { border-color: rgb(16,27,98); }
td.TdClassName
{
border-color: #101B62;
}
.TagClassName
{
border-color: #101B62;
}
</style>