Shades of Persian Blue #101DBB
Tints of Persian Blue #101DBB
RGB
CMYK
RGB Variations
Color information
#101DBB (or 0x101DBB) is known color: Persian Blue. HEX triplet: 10, 1D and BB. RGB value is (16,29,187). Sum of RGB (Red+Green+Blue) = 16+29+187=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #101DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101DBB is #EFE244. Grayscale: #2A2A2A. Windows color (decimal): -15721029 or 12262672. OLE color: 12262672.
HSL color Cylindrical-coordinate representation of color #101DBB: hue angle of 235.44º 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 #101DBB is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 29 | 187 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.27 |
| HSL | 235.44º | 0.84% | 0.4% | - |
| HSV(B) | 235.44º | 0.91% | 0.73% | - |
| XYZ | 9.62 | 4.58 | 47.39 | - |
| YUV | 43.13 | 209.19 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 187 | 0.91 | 0.84 | 0 | 0.27 | 235.44 | 0.84 | 0.4 |
| Hex | 10 | 1D | BB | 5B | 54 | 0 | 1B | EB | 54 | 28 |
| Octal | 20 | 35 | 273 | 133 | 124 | 0 | 33 | 353 | 124 | 50 |
| Binary | 10000 | 11101 | 10111011 | 1011011 | 1010100 | 0 | 11011 | 11101011 | 1010100 | 101000 |
Color Harmonies of #101DBB
Complementary color
Monochromatic Colors of #101DBB
Black with #101DBB
Text Example
Text Example
White with #101DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DBB; }
p { color: rgb(16,29,187); }
H1.HeaderClassName
{
color: #101DBB;
}
.AnyTagClassName
{
color: #101DBB;
}
</style>
background-color css
<style>
a { background-color: #101DBB; }
a { background-color: rgb(16,29,187); }
div.DivClassName
{
background-color: #101DBB;
}
.BgClassName
{
background-color: #101DBB;
}
</style>
border-color css
<style>
span { border-color: #101DBB; }
span { border-color: rgb(16,29,187); }
td.TdClassName
{
border-color: #101DBB;
}
.TagClassName
{
border-color: #101DBB;
}
</style>