Shades of Persian Blue #1D16BA
Tints of Persian Blue #1D16BA
RGB
CMYK
RGB Variations
Color information
#1D16BA (or 0x1D16BA) is known color: Persian Blue. HEX triplet: 1D, 16 and BA. RGB value is (29,22,186). Sum of RGB (Red+Green+Blue) = 29+22+186=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D16BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D16BA is #E2E945. Grayscale: #2A2A2A. Windows color (decimal): -14870854 or 12195357. OLE color: 12195357.
HSL color Cylindrical-coordinate representation of color #1D16BA: hue angle of 242.56º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D16BA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 22 | 186 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.27 |
| HSL | 242.56º | 0.79% | 0.41% | - |
| HSV(B) | 242.56º | 0.88% | 0.73% | - |
| XYZ | 9.66 | 4.38 | 46.79 | - |
| YUV | 42.79 | 208.82 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 186 | 0.84 | 0.88 | 0 | 0.27 | 242.56 | 0.79 | 0.41 |
| Hex | 1D | 16 | BA | 54 | 58 | 0 | 1B | F3 | 4F | 29 |
| Octal | 35 | 26 | 272 | 124 | 130 | 0 | 33 | 363 | 117 | 51 |
| Binary | 11101 | 10110 | 10111010 | 1010100 | 1011000 | 0 | 11011 | 11110011 | 1001111 | 101001 |
Color Harmonies of #1D16BA
Complementary color
Monochromatic Colors of #1D16BA
Black with #1D16BA
Text Example
Text Example
White with #1D16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D16BA; }
p { color: rgb(29,22,186); }
H1.HeaderClassName
{
color: #1D16BA;
}
.AnyTagClassName
{
color: #1D16BA;
}
</style>
background-color css
<style>
a { background-color: #1D16BA; }
a { background-color: rgb(29,22,186); }
div.DivClassName
{
background-color: #1D16BA;
}
.BgClassName
{
background-color: #1D16BA;
}
</style>
border-color css
<style>
span { border-color: #1D16BA; }
span { border-color: rgb(29,22,186); }
td.TdClassName
{
border-color: #1D16BA;
}
.TagClassName
{
border-color: #1D16BA;
}
</style>