Shades of Persian Blue #101CBF
Tints of Persian Blue #101CBF
RGB
CMYK
RGB Variations
Color information
#101CBF (or 0x101CBF) is known color: Persian Blue. HEX triplet: 10, 1C and BF. RGB value is (16,28,191). Sum of RGB (Red+Green+Blue) = 16+28+191=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #101CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101CBF is #EFE340. Grayscale: #2A2A2A. Windows color (decimal): -15721281 or 12524560. OLE color: 12524560.
HSL color Cylindrical-coordinate representation of color #101CBF: hue angle of 235.89º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101CBF is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 28 | 191 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.25 |
| HSL | 235.89º | 0.85% | 0.41% | - |
| HSV(B) | 235.89º | 0.92% | 0.75% | - |
| XYZ | 10.03 | 4.7 | 49.67 | - |
| YUV | 42.99 | 211.52 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 191 | 0.92 | 0.85 | 0 | 0.25 | 235.89 | 0.85 | 0.41 |
| Hex | 10 | 1C | BF | 5C | 55 | 0 | 19 | EC | 55 | 29 |
| Octal | 20 | 34 | 277 | 134 | 125 | 0 | 31 | 354 | 125 | 51 |
| Binary | 10000 | 11100 | 10111111 | 1011100 | 1010101 | 0 | 11001 | 11101100 | 1010101 | 101001 |
Color Harmonies of #101CBF
Complementary color
Monochromatic Colors of #101CBF
Black with #101CBF
Text Example
Text Example
White with #101CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CBF; }
p { color: rgb(16,28,191); }
H1.HeaderClassName
{
color: #101CBF;
}
.AnyTagClassName
{
color: #101CBF;
}
</style>
background-color css
<style>
a { background-color: #101CBF; }
a { background-color: rgb(16,28,191); }
div.DivClassName
{
background-color: #101CBF;
}
.BgClassName
{
background-color: #101CBF;
}
</style>
border-color css
<style>
span { border-color: #101CBF; }
span { border-color: rgb(16,28,191); }
td.TdClassName
{
border-color: #101CBF;
}
.TagClassName
{
border-color: #101CBF;
}
</style>