Shades of Persian Blue #101DBC
Tints of Persian Blue #101DBC
RGB
CMYK
RGB Variations
Color information
#101DBC (or 0x101DBC) is known color: Persian Blue. HEX triplet: 10, 1D and BC. RGB value is (16,29,188). Sum of RGB (Red+Green+Blue) = 16+29+188=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #101DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101DBC is #EFE243. Grayscale: #2A2A2A. Windows color (decimal): -15721028 or 12328208. OLE color: 12328208.
HSL color Cylindrical-coordinate representation of color #101DBC: hue angle of 235.47º 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 #101DBC is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 29 | 188 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.26 |
| HSL | 235.47º | 0.84% | 0.4% | - |
| HSV(B) | 235.47º | 0.91% | 0.74% | - |
| XYZ | 9.73 | 4.62 | 47.96 | - |
| YUV | 43.24 | 209.69 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 188 | 0.91 | 0.85 | 0 | 0.26 | 235.47 | 0.84 | 0.4 |
| Hex | 10 | 1D | BC | 5B | 55 | 0 | 1A | EB | 54 | 28 |
| Octal | 20 | 35 | 274 | 133 | 125 | 0 | 32 | 353 | 124 | 50 |
| Binary | 10000 | 11101 | 10111100 | 1011011 | 1010101 | 0 | 11010 | 11101011 | 1010100 | 101000 |
Color Harmonies of #101DBC
Complementary color
Monochromatic Colors of #101DBC
Black with #101DBC
Text Example
Text Example
White with #101DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DBC; }
p { color: rgb(16,29,188); }
H1.HeaderClassName
{
color: #101DBC;
}
.AnyTagClassName
{
color: #101DBC;
}
</style>
background-color css
<style>
a { background-color: #101DBC; }
a { background-color: rgb(16,29,188); }
div.DivClassName
{
background-color: #101DBC;
}
.BgClassName
{
background-color: #101DBC;
}
</style>
border-color css
<style>
span { border-color: #101DBC; }
span { border-color: rgb(16,29,188); }
td.TdClassName
{
border-color: #101DBC;
}
.TagClassName
{
border-color: #101DBC;
}
</style>