Shades of Persian Blue #101CC1
Tints of Persian Blue #101CC1
RGB
CMYK
RGB Variations
Color information
#101CC1 (or 0x101CC1) is known color: Persian Blue. HEX triplet: 10, 1C and C1. RGB value is (16,28,193). Sum of RGB (Red+Green+Blue) = 16+28+193=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 193 (75.78% from 255 or 81.43% from 237); Max value from RGB is 193 - color contains mainly: blue. Hex color #101CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101CC1 is #EFE33E. Grayscale: #2A2A2A. Windows color (decimal): -15721279 or 12655632. OLE color: 12655632.
HSL color Cylindrical-coordinate representation of color #101CC1: hue angle of 235.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101CC1 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 28 | 193 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.24 |
| HSL | 235.93º | 0.85% | 0.41% | - |
| HSV(B) | 235.93º | 0.92% | 0.76% | - |
| XYZ | 10.25 | 4.79 | 50.84 | - |
| YUV | 43.22 | 212.52 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 193 | 0.92 | 0.85 | 0 | 0.24 | 235.93 | 0.85 | 0.41 |
| Hex | 10 | 1C | C1 | 5C | 55 | 0 | 18 | EC | 55 | 29 |
| Octal | 20 | 34 | 301 | 134 | 125 | 0 | 30 | 354 | 125 | 51 |
| Binary | 10000 | 11100 | 11000001 | 1011100 | 1010101 | 0 | 11000 | 11101100 | 1010101 | 101001 |
Color Harmonies of #101CC1
Complementary color
Monochromatic Colors of #101CC1
Black with #101CC1
Text Example
Text Example
White with #101CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CC1; }
p { color: rgb(16,28,193); }
H1.HeaderClassName
{
color: #101CC1;
}
.AnyTagClassName
{
color: #101CC1;
}
</style>
background-color css
<style>
a { background-color: #101CC1; }
a { background-color: rgb(16,28,193); }
div.DivClassName
{
background-color: #101CC1;
}
.BgClassName
{
background-color: #101CC1;
}
</style>
border-color css
<style>
span { border-color: #101CC1; }
span { border-color: rgb(16,28,193); }
td.TdClassName
{
border-color: #101CC1;
}
.TagClassName
{
border-color: #101CC1;
}
</style>