Shades of Persian Blue #1D1BCA
Tints of Persian Blue #1D1BCA
RGB
CMYK
RGB Variations
Color information
#1D1BCA (or 0x1D1BCA) is known color: Persian Blue. HEX triplet: 1D, 1B and CA. RGB value is (29,27,202). Sum of RGB (Red+Green+Blue) = 29+27+202=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D1BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1BCA is #E2E435. Grayscale: #2E2E2E. Windows color (decimal): -14869558 or 13245213. OLE color: 13245213.
HSL color Cylindrical-coordinate representation of color #1D1BCA: hue angle of 240.69º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1BCA is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 27 | 202 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.21 |
| HSL | 240.69º | 0.76% | 0.45% | - |
| HSV(B) | 240.69º | 0.87% | 0.79% | - |
| XYZ | 11.56 | 5.31 | 56.29 | - |
| YUV | 47.55 | 215.16 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 202 | 0.86 | 0.87 | 0 | 0.21 | 240.69 | 0.76 | 0.45 |
| Hex | 1D | 1B | CA | 56 | 57 | 0 | 15 | F1 | 4C | 2D |
| Octal | 35 | 33 | 312 | 126 | 127 | 0 | 25 | 361 | 114 | 55 |
| Binary | 11101 | 11011 | 11001010 | 1010110 | 1010111 | 0 | 10101 | 11110001 | 1001100 | 101101 |
Color Harmonies of #1D1BCA
Complementary color
Monochromatic Colors of #1D1BCA
Black with #1D1BCA
Text Example
Text Example
White with #1D1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1BCA; }
p { color: rgb(29,27,202); }
H1.HeaderClassName
{
color: #1D1BCA;
}
.AnyTagClassName
{
color: #1D1BCA;
}
</style>
background-color css
<style>
a { background-color: #1D1BCA; }
a { background-color: rgb(29,27,202); }
div.DivClassName
{
background-color: #1D1BCA;
}
.BgClassName
{
background-color: #1D1BCA;
}
</style>
border-color css
<style>
span { border-color: #1D1BCA; }
span { border-color: rgb(29,27,202); }
td.TdClassName
{
border-color: #1D1BCA;
}
.TagClassName
{
border-color: #1D1BCA;
}
</style>