Shades of Persian Blue #101CBC
Tints of Persian Blue #101CBC
RGB
CMYK
RGB Variations
Color information
#101CBC (or 0x101CBC) is known color: Persian Blue. HEX triplet: 10, 1C and BC. RGB value is (16,28,188). Sum of RGB (Red+Green+Blue) = 16+28+188=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #101CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101CBC is #EFE343. Grayscale: #2A2A2A. Windows color (decimal): -15721284 or 12327952. OLE color: 12327952.
HSL color Cylindrical-coordinate representation of color #101CBC: hue angle of 235.81º 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 #101CBC is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 28 | 188 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.26 |
| HSL | 235.81º | 0.84% | 0.4% | - |
| HSV(B) | 235.81º | 0.91% | 0.74% | - |
| XYZ | 9.71 | 4.57 | 47.95 | - |
| YUV | 42.65 | 210.02 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 188 | 0.91 | 0.85 | 0 | 0.26 | 235.81 | 0.84 | 0.4 |
| Hex | 10 | 1C | BC | 5B | 55 | 0 | 1A | EC | 54 | 28 |
| Octal | 20 | 34 | 274 | 133 | 125 | 0 | 32 | 354 | 124 | 50 |
| Binary | 10000 | 11100 | 10111100 | 1011011 | 1010101 | 0 | 11010 | 11101100 | 1010100 | 101000 |
Color Harmonies of #101CBC
Complementary color
Monochromatic Colors of #101CBC
Black with #101CBC
Text Example
Text Example
White with #101CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CBC; }
p { color: rgb(16,28,188); }
H1.HeaderClassName
{
color: #101CBC;
}
.AnyTagClassName
{
color: #101CBC;
}
</style>
background-color css
<style>
a { background-color: #101CBC; }
a { background-color: rgb(16,28,188); }
div.DivClassName
{
background-color: #101CBC;
}
.BgClassName
{
background-color: #101CBC;
}
</style>
border-color css
<style>
span { border-color: #101CBC; }
span { border-color: rgb(16,28,188); }
td.TdClassName
{
border-color: #101CBC;
}
.TagClassName
{
border-color: #101CBC;
}
</style>