Shades of Persian Blue #101FC6
Tints of Persian Blue #101FC6
RGB
CMYK
RGB Variations
Color information
#101FC6 (or 0x101FC6) is known color: Persian Blue. HEX triplet: 10, 1F and C6. RGB value is (16,31,198). Sum of RGB (Red+Green+Blue) = 16+31+198=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 198 (77.73% from 255 or 80.82% from 245); Max value from RGB is 198 - color contains mainly: blue. Hex color #101FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101FC6 is #EFE039. Grayscale: #2C2C2C. Windows color (decimal): -15720506 or 12984080. OLE color: 12984080.
HSL color Cylindrical-coordinate representation of color #101FC6: hue angle of 235.05º 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 #101FC6 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 31 | 198 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.22 |
| HSL | 235.05º | 0.85% | 0.42% | - |
| HSV(B) | 235.05º | 0.92% | 0.78% | - |
| XYZ | 10.9 | 5.17 | 53.85 | - |
| YUV | 45.55 | 214.03 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 198 | 0.92 | 0.84 | 0 | 0.22 | 235.05 | 0.85 | 0.42 |
| Hex | 10 | 1F | C6 | 5C | 54 | 0 | 16 | EB | 55 | 2A |
| Octal | 20 | 37 | 306 | 134 | 124 | 0 | 26 | 353 | 125 | 52 |
| Binary | 10000 | 11111 | 11000110 | 1011100 | 1010100 | 0 | 10110 | 11101011 | 1010101 | 101010 |
Color Harmonies of #101FC6
Complementary color
Monochromatic Colors of #101FC6
Black with #101FC6
Text Example
Text Example
White with #101FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FC6; }
p { color: rgb(16,31,198); }
H1.HeaderClassName
{
color: #101FC6;
}
.AnyTagClassName
{
color: #101FC6;
}
</style>
background-color css
<style>
a { background-color: #101FC6; }
a { background-color: rgb(16,31,198); }
div.DivClassName
{
background-color: #101FC6;
}
.BgClassName
{
background-color: #101FC6;
}
</style>
border-color css
<style>
span { border-color: #101FC6; }
span { border-color: rgb(16,31,198); }
td.TdClassName
{
border-color: #101FC6;
}
.TagClassName
{
border-color: #101FC6;
}
</style>