Shades of Persian Blue #1D16BC
Tints of Persian Blue #1D16BC
RGB
CMYK
RGB Variations
Color information
#1D16BC (or 0x1D16BC) is known color: Persian Blue. HEX triplet: 1D, 16 and BC. RGB value is (29,22,188). Sum of RGB (Red+Green+Blue) = 29+22+188=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D16BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D16BC is #E2E943. Grayscale: #2A2A2A. Windows color (decimal): -14870852 or 12326429. OLE color: 12326429.
HSL color Cylindrical-coordinate representation of color #1D16BC: hue angle of 242.53º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D16BC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 22 | 188 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.26 |
| HSL | 242.53º | 0.79% | 0.41% | - |
| HSV(B) | 242.53º | 0.88% | 0.74% | - |
| XYZ | 9.87 | 4.47 | 47.92 | - |
| YUV | 43.02 | 209.82 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 188 | 0.85 | 0.88 | 0 | 0.26 | 242.53 | 0.79 | 0.41 |
| Hex | 1D | 16 | BC | 55 | 58 | 0 | 1A | F3 | 4F | 29 |
| Octal | 35 | 26 | 274 | 125 | 130 | 0 | 32 | 363 | 117 | 51 |
| Binary | 11101 | 10110 | 10111100 | 1010101 | 1011000 | 0 | 11010 | 11110011 | 1001111 | 101001 |
Color Harmonies of #1D16BC
Complementary color
Monochromatic Colors of #1D16BC
Black with #1D16BC
Text Example
Text Example
White with #1D16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D16BC; }
p { color: rgb(29,22,188); }
H1.HeaderClassName
{
color: #1D16BC;
}
.AnyTagClassName
{
color: #1D16BC;
}
</style>
background-color css
<style>
a { background-color: #1D16BC; }
a { background-color: rgb(29,22,188); }
div.DivClassName
{
background-color: #1D16BC;
}
.BgClassName
{
background-color: #1D16BC;
}
</style>
border-color css
<style>
span { border-color: #1D16BC; }
span { border-color: rgb(29,22,188); }
td.TdClassName
{
border-color: #1D16BC;
}
.TagClassName
{
border-color: #1D16BC;
}
</style>