Shades of Persian Blue #101FCB
Tints of Persian Blue #101FCB
RGB
CMYK
RGB Variations
Color information
#101FCB (or 0x101FCB) is known color: Persian Blue. HEX triplet: 10, 1F and CB. RGB value is (16,31,203). Sum of RGB (Red+Green+Blue) = 16+31+203=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #101FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101FCB is #EFE034. Grayscale: #2D2D2D. Windows color (decimal): -15720501 or 13311760. OLE color: 13311760.
HSL color Cylindrical-coordinate representation of color #101FCB: hue angle of 235.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101FCB is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 31 | 203 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.20 |
| HSL | 235.19º | 0.85% | 0.43% | - |
| HSV(B) | 235.19º | 0.92% | 0.8% | - |
| XYZ | 11.48 | 5.4 | 56.94 | - |
| YUV | 46.12 | 216.53 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 203 | 0.92 | 0.85 | 0 | 0.20 | 235.19 | 0.85 | 0.43 |
| Hex | 10 | 1F | CB | 5C | 55 | 0 | 14 | EB | 55 | 2B |
| Octal | 20 | 37 | 313 | 134 | 125 | 0 | 24 | 353 | 125 | 53 |
| Binary | 10000 | 11111 | 11001011 | 1011100 | 1010101 | 0 | 10100 | 11101011 | 1010101 | 101011 |
Color Harmonies of #101FCB
Complementary color
Monochromatic Colors of #101FCB
Black with #101FCB
Text Example
Text Example
White with #101FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FCB; }
p { color: rgb(16,31,203); }
H1.HeaderClassName
{
color: #101FCB;
}
.AnyTagClassName
{
color: #101FCB;
}
</style>
background-color css
<style>
a { background-color: #101FCB; }
a { background-color: rgb(16,31,203); }
div.DivClassName
{
background-color: #101FCB;
}
.BgClassName
{
background-color: #101FCB;
}
</style>
border-color css
<style>
span { border-color: #101FCB; }
span { border-color: rgb(16,31,203); }
td.TdClassName
{
border-color: #101FCB;
}
.TagClassName
{
border-color: #101FCB;
}
</style>