Shades of Persian Blue #101DBA
Tints of Persian Blue #101DBA
RGB
CMYK
RGB Variations
Color information
#101DBA (or 0x101DBA) is known color: Persian Blue. HEX triplet: 10, 1D and BA. RGB value is (16,29,186). Sum of RGB (Red+Green+Blue) = 16+29+186=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #101DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101DBA is #EFE245. Grayscale: #2A2A2A. Windows color (decimal): -15721030 or 12197136. OLE color: 12197136.
HSL color Cylindrical-coordinate representation of color #101DBA: hue angle of 235.41º 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 #101DBA is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 29 | 186 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.27 |
| HSL | 235.41º | 0.84% | 0.4% | - |
| HSV(B) | 235.41º | 0.91% | 0.73% | - |
| XYZ | 9.52 | 4.53 | 46.83 | - |
| YUV | 43.01 | 208.69 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 186 | 0.91 | 0.84 | 0 | 0.27 | 235.41 | 0.84 | 0.4 |
| Hex | 10 | 1D | BA | 5B | 54 | 0 | 1B | EB | 54 | 28 |
| Octal | 20 | 35 | 272 | 133 | 124 | 0 | 33 | 353 | 124 | 50 |
| Binary | 10000 | 11101 | 10111010 | 1011011 | 1010100 | 0 | 11011 | 11101011 | 1010100 | 101000 |
Color Harmonies of #101DBA
Complementary color
Monochromatic Colors of #101DBA
Black with #101DBA
Text Example
Text Example
White with #101DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DBA; }
p { color: rgb(16,29,186); }
H1.HeaderClassName
{
color: #101DBA;
}
.AnyTagClassName
{
color: #101DBA;
}
</style>
background-color css
<style>
a { background-color: #101DBA; }
a { background-color: rgb(16,29,186); }
div.DivClassName
{
background-color: #101DBA;
}
.BgClassName
{
background-color: #101DBA;
}
</style>
border-color css
<style>
span { border-color: #101DBA; }
span { border-color: rgb(16,29,186); }
td.TdClassName
{
border-color: #101DBA;
}
.TagClassName
{
border-color: #101DBA;
}
</style>