Shades of Sapphire #101F5C
Tints of Sapphire #101F5C
RGB
CMYK
RGB Variations
Color information
#101F5C (or 0x101F5C) is known color: Sapphire. HEX triplet: 10, 1F and 5C. RGB value is (16,31,92). Sum of RGB (Red+Green+Blue) = 16+31+92=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #101F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F5C is #EFE0A3. Grayscale: #212121. Windows color (decimal): -15720612 or 6037264. OLE color: 6037264.
HSL color Cylindrical-coordinate representation of color #101F5C: hue angle of 228.16º 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 #101F5C is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 31 | 92 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.64 |
| HSL | 228.16º | 0.7% | 0.21% | - |
| HSV(B) | 228.16º | 0.83% | 0.36% | - |
| XYZ | 2.64 | 1.86 | 10.35 | - |
| YUV | 33.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 92 | 0.83 | 0.66 | 0 | 0.64 | 228.16 | 0.7 | 0.21 |
| Hex | 10 | 1F | 5C | 53 | 42 | 0 | 40 | E4 | 46 | 15 |
| Octal | 20 | 37 | 134 | 123 | 102 | 0 | 100 | 344 | 106 | 25 |
| Binary | 10000 | 11111 | 1011100 | 1010011 | 1000010 | 0 | 1000000 | 11100100 | 1000110 | 10101 |
Color Harmonies of #101F5C
Complementary color
Monochromatic Colors of #101F5C
Black with #101F5C
Text Example
Text Example
White with #101F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F5C; }
p { color: rgb(16,31,92); }
H1.HeaderClassName
{
color: #101F5C;
}
.AnyTagClassName
{
color: #101F5C;
}
</style>
background-color css
<style>
a { background-color: #101F5C; }
a { background-color: rgb(16,31,92); }
div.DivClassName
{
background-color: #101F5C;
}
.BgClassName
{
background-color: #101F5C;
}
</style>
border-color css
<style>
span { border-color: #101F5C; }
span { border-color: rgb(16,31,92); }
td.TdClassName
{
border-color: #101F5C;
}
.TagClassName
{
border-color: #101F5C;
}
</style>