Shades of Persian Blue #101DBE
Tints of Persian Blue #101DBE
RGB
CMYK
RGB Variations
Color information
#101DBE (or 0x101DBE) is known color: Persian Blue. HEX triplet: 10, 1D and BE. RGB value is (16,29,190). Sum of RGB (Red+Green+Blue) = 16+29+190=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #101DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101DBE is #EFE241. Grayscale: #2A2A2A. Windows color (decimal): -15721026 or 12459280. OLE color: 12459280.
HSL color Cylindrical-coordinate representation of color #101DBE: hue angle of 235.52º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101DBE is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 29 | 190 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.25 |
| HSL | 235.52º | 0.84% | 0.4% | - |
| HSV(B) | 235.52º | 0.92% | 0.75% | - |
| XYZ | 9.95 | 4.71 | 49.1 | - |
| YUV | 43.47 | 210.69 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 190 | 0.92 | 0.85 | 0 | 0.25 | 235.52 | 0.84 | 0.4 |
| Hex | 10 | 1D | BE | 5C | 55 | 0 | 19 | EC | 54 | 28 |
| Octal | 20 | 35 | 276 | 134 | 125 | 0 | 31 | 354 | 124 | 50 |
| Binary | 10000 | 11101 | 10111110 | 1011100 | 1010101 | 0 | 11001 | 11101100 | 1010100 | 101000 |
Color Harmonies of #101DBE
Complementary color
Monochromatic Colors of #101DBE
Black with #101DBE
Text Example
Text Example
White with #101DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DBE; }
p { color: rgb(16,29,190); }
H1.HeaderClassName
{
color: #101DBE;
}
.AnyTagClassName
{
color: #101DBE;
}
</style>
background-color css
<style>
a { background-color: #101DBE; }
a { background-color: rgb(16,29,190); }
div.DivClassName
{
background-color: #101DBE;
}
.BgClassName
{
background-color: #101DBE;
}
</style>
border-color css
<style>
span { border-color: #101DBE; }
span { border-color: rgb(16,29,190); }
td.TdClassName
{
border-color: #101DBE;
}
.TagClassName
{
border-color: #101DBE;
}
</style>