Shades of Persian Blue #101EC7
Tints of Persian Blue #101EC7
RGB
CMYK
RGB Variations
Color information
#101EC7 (or 0x101EC7) is known color: Persian Blue. HEX triplet: 10, 1E and C7. RGB value is (16,30,199). Sum of RGB (Red+Green+Blue) = 16+30+199=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 199 (78.12% from 255 or 81.22% from 245); Max value from RGB is 199 - color contains mainly: blue. Hex color #101EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101EC7 is #EFE138. Grayscale: #2C2C2C. Windows color (decimal): -15720761 or 13049360. OLE color: 13049360.
HSL color Cylindrical-coordinate representation of color #101EC7: hue angle of 235.41º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101EC7 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 30 | 199 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.22 |
| HSL | 235.41º | 0.85% | 0.42% | - |
| HSV(B) | 235.41º | 0.92% | 0.78% | - |
| XYZ | 10.99 | 5.16 | 54.45 | - |
| YUV | 45.08 | 214.86 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 199 | 0.92 | 0.85 | 0 | 0.22 | 235.41 | 0.85 | 0.42 |
| Hex | 10 | 1E | C7 | 5C | 55 | 0 | 16 | EB | 55 | 2A |
| Octal | 20 | 36 | 307 | 134 | 125 | 0 | 26 | 353 | 125 | 52 |
| Binary | 10000 | 11110 | 11000111 | 1011100 | 1010101 | 0 | 10110 | 11101011 | 1010101 | 101010 |
Color Harmonies of #101EC7
Complementary color
Monochromatic Colors of #101EC7
Black with #101EC7
Text Example
Text Example
White with #101EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101EC7; }
p { color: rgb(16,30,199); }
H1.HeaderClassName
{
color: #101EC7;
}
.AnyTagClassName
{
color: #101EC7;
}
</style>
background-color css
<style>
a { background-color: #101EC7; }
a { background-color: rgb(16,30,199); }
div.DivClassName
{
background-color: #101EC7;
}
.BgClassName
{
background-color: #101EC7;
}
</style>
border-color css
<style>
span { border-color: #101EC7; }
span { border-color: rgb(16,30,199); }
td.TdClassName
{
border-color: #101EC7;
}
.TagClassName
{
border-color: #101EC7;
}
</style>