Shades of Persian Blue #101DBD
Tints of Persian Blue #101DBD
RGB
CMYK
RGB Variations
Color information
#101DBD (or 0x101DBD) is known color: Persian Blue. HEX triplet: 10, 1D and BD. RGB value is (16,29,189). Sum of RGB (Red+Green+Blue) = 16+29+189=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #101DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101DBD is #EFE242. Grayscale: #2A2A2A. Windows color (decimal): -15721027 or 12393744. OLE color: 12393744.
HSL color Cylindrical-coordinate representation of color #101DBD: hue angle of 235.49º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #101DBD is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 29 | 189 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.26 |
| HSL | 235.49º | 0.84% | 0.4% | - |
| HSV(B) | 235.49º | 0.92% | 0.74% | - |
| XYZ | 9.84 | 4.66 | 48.53 | - |
| YUV | 43.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 189 | 0.92 | 0.85 | 0 | 0.26 | 235.49 | 0.84 | 0.4 |
| Hex | 10 | 1D | BD | 5C | 55 | 0 | 1A | EB | 54 | 28 |
| Octal | 20 | 35 | 275 | 134 | 125 | 0 | 32 | 353 | 124 | 50 |
| Binary | 10000 | 11101 | 10111101 | 1011100 | 1010101 | 0 | 11010 | 11101011 | 1010100 | 101000 |
Color Harmonies of #101DBD
Complementary color
Monochromatic Colors of #101DBD
Black with #101DBD
Text Example
Text Example
White with #101DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DBD; }
p { color: rgb(16,29,189); }
H1.HeaderClassName
{
color: #101DBD;
}
.AnyTagClassName
{
color: #101DBD;
}
</style>
background-color css
<style>
a { background-color: #101DBD; }
a { background-color: rgb(16,29,189); }
div.DivClassName
{
background-color: #101DBD;
}
.BgClassName
{
background-color: #101DBD;
}
</style>
border-color css
<style>
span { border-color: #101DBD; }
span { border-color: rgb(16,29,189); }
td.TdClassName
{
border-color: #101DBD;
}
.TagClassName
{
border-color: #101DBD;
}
</style>