Shades of Persian Blue #101BBC
Tints of Persian Blue #101BBC
RGB
CMYK
RGB Variations
Color information
#101BBC (or 0x101BBC) is known color: Persian Blue. HEX triplet: 10, 1B and BC. RGB value is (16,27,188). Sum of RGB (Red+Green+Blue) = 16+27+188=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #101BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101BBC is #EFE443. Grayscale: #292929. Windows color (decimal): -15721540 or 12327696. OLE color: 12327696.
HSL color Cylindrical-coordinate representation of color #101BBC: hue angle of 236.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101BBC is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 27 | 188 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.26 |
| HSL | 236.16º | 0.84% | 0.4% | - |
| HSV(B) | 236.16º | 0.91% | 0.74% | - |
| XYZ | 9.68 | 4.52 | 47.94 | - |
| YUV | 42.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 188 | 0.91 | 0.86 | 0 | 0.26 | 236.16 | 0.84 | 0.4 |
| Hex | 10 | 1B | BC | 5B | 56 | 0 | 1A | EC | 54 | 28 |
| Octal | 20 | 33 | 274 | 133 | 126 | 0 | 32 | 354 | 124 | 50 |
| Binary | 10000 | 11011 | 10111100 | 1011011 | 1010110 | 0 | 11010 | 11101100 | 1010100 | 101000 |
Color Harmonies of #101BBC
Complementary color
Monochromatic Colors of #101BBC
Black with #101BBC
Text Example
Text Example
White with #101BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BBC; }
p { color: rgb(16,27,188); }
H1.HeaderClassName
{
color: #101BBC;
}
.AnyTagClassName
{
color: #101BBC;
}
</style>
background-color css
<style>
a { background-color: #101BBC; }
a { background-color: rgb(16,27,188); }
div.DivClassName
{
background-color: #101BBC;
}
.BgClassName
{
background-color: #101BBC;
}
</style>
border-color css
<style>
span { border-color: #101BBC; }
span { border-color: rgb(16,27,188); }
td.TdClassName
{
border-color: #101BBC;
}
.TagClassName
{
border-color: #101BBC;
}
</style>