Shades of Persian Blue #101FBB
Tints of Persian Blue #101FBB
RGB
CMYK
RGB Variations
Color information
#101FBB (or 0x101FBB) is known color: Persian Blue. HEX triplet: 10, 1F and BB. RGB value is (16,31,187). Sum of RGB (Red+Green+Blue) = 16+31+187=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #101FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101FBB is #EFE044. Grayscale: #2B2B2B. Windows color (decimal): -15720517 or 12263184. OLE color: 12263184.
HSL color Cylindrical-coordinate representation of color #101FBB: hue angle of 234.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101FBB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 31 | 187 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.27 |
| HSL | 234.74º | 0.84% | 0.4% | - |
| HSV(B) | 234.74º | 0.91% | 0.73% | - |
| XYZ | 9.67 | 4.68 | 47.41 | - |
| YUV | 44.3 | 208.53 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 187 | 0.91 | 0.83 | 0 | 0.27 | 234.74 | 0.84 | 0.4 |
| Hex | 10 | 1F | BB | 5B | 53 | 0 | 1B | EB | 54 | 28 |
| Octal | 20 | 37 | 273 | 133 | 123 | 0 | 33 | 353 | 124 | 50 |
| Binary | 10000 | 11111 | 10111011 | 1011011 | 1010011 | 0 | 11011 | 11101011 | 1010100 | 101000 |
Color Harmonies of #101FBB
Complementary color
Monochromatic Colors of #101FBB
Black with #101FBB
Text Example
Text Example
White with #101FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FBB; }
p { color: rgb(16,31,187); }
H1.HeaderClassName
{
color: #101FBB;
}
.AnyTagClassName
{
color: #101FBB;
}
</style>
background-color css
<style>
a { background-color: #101FBB; }
a { background-color: rgb(16,31,187); }
div.DivClassName
{
background-color: #101FBB;
}
.BgClassName
{
background-color: #101FBB;
}
</style>
border-color css
<style>
span { border-color: #101FBB; }
span { border-color: rgb(16,31,187); }
td.TdClassName
{
border-color: #101FBB;
}
.TagClassName
{
border-color: #101FBB;
}
</style>