Shades of Persian Blue #1D1ACB
Tints of Persian Blue #1D1ACB
RGB
CMYK
RGB Variations
Color information
#1D1ACB (or 0x1D1ACB) is known color: Persian Blue. HEX triplet: 1D, 1A and CB. RGB value is (29,26,203). Sum of RGB (Red+Green+Blue) = 29+26+203=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D1ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1ACB is #E2E534. Grayscale: #2E2E2E. Windows color (decimal): -14869813 or 13310493. OLE color: 13310493.
HSL color Cylindrical-coordinate representation of color #1D1ACB: hue angle of 241.02º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1ACB is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 26 | 203 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.20 |
| HSL | 241.02º | 0.77% | 0.45% | - |
| HSV(B) | 241.02º | 0.87% | 0.8% | - |
| XYZ | 11.66 | 5.31 | 56.91 | - |
| YUV | 47.08 | 215.99 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 203 | 0.86 | 0.87 | 0 | 0.20 | 241.02 | 0.77 | 0.45 |
| Hex | 1D | 1A | CB | 56 | 57 | 0 | 14 | F1 | 4D | 2D |
| Octal | 35 | 32 | 313 | 126 | 127 | 0 | 24 | 361 | 115 | 55 |
| Binary | 11101 | 11010 | 11001011 | 1010110 | 1010111 | 0 | 10100 | 11110001 | 1001101 | 101101 |
Color Harmonies of #1D1ACB
Complementary color
Monochromatic Colors of #1D1ACB
Black with #1D1ACB
Text Example
Text Example
White with #1D1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1ACB; }
p { color: rgb(29,26,203); }
H1.HeaderClassName
{
color: #1D1ACB;
}
.AnyTagClassName
{
color: #1D1ACB;
}
</style>
background-color css
<style>
a { background-color: #1D1ACB; }
a { background-color: rgb(29,26,203); }
div.DivClassName
{
background-color: #1D1ACB;
}
.BgClassName
{
background-color: #1D1ACB;
}
</style>
border-color css
<style>
span { border-color: #1D1ACB; }
span { border-color: rgb(29,26,203); }
td.TdClassName
{
border-color: #1D1ACB;
}
.TagClassName
{
border-color: #1D1ACB;
}
</style>