Shades of Persian Blue #1D2ABB
Tints of Persian Blue #1D2ABB
RGB
CMYK
RGB Variations
Color information
#1D2ABB (or 0x1D2ABB) is known color: Persian Blue. HEX triplet: 1D, 2A and BB. RGB value is (29,42,187). Sum of RGB (Red+Green+Blue) = 29+42+187=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D2ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2ABB is #E2D544. Grayscale: #363636. Windows color (decimal): -14865733 or 12266013. OLE color: 12266013.
HSL color Cylindrical-coordinate representation of color #1D2ABB: hue angle of 235.06º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D2ABB is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 42 | 187 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.27 |
| HSL | 235.06º | 0.73% | 0.42% | - |
| HSV(B) | 235.06º | 0.84% | 0.73% | - |
| XYZ | 10.3 | 5.5 | 47.53 | - |
| YUV | 54.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 187 | 0.84 | 0.78 | 0 | 0.27 | 235.06 | 0.73 | 0.42 |
| Hex | 1D | 2A | BB | 54 | 4E | 0 | 1B | EB | 49 | 2A |
| Octal | 35 | 52 | 273 | 124 | 116 | 0 | 33 | 353 | 111 | 52 |
| Binary | 11101 | 101010 | 10111011 | 1010100 | 1001110 | 0 | 11011 | 11101011 | 1001001 | 101010 |
Color Harmonies of #1D2ABB
Complementary color
Monochromatic Colors of #1D2ABB
Black with #1D2ABB
Text Example
Text Example
White with #1D2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2ABB; }
p { color: rgb(29,42,187); }
H1.HeaderClassName
{
color: #1D2ABB;
}
.AnyTagClassName
{
color: #1D2ABB;
}
</style>
background-color css
<style>
a { background-color: #1D2ABB; }
a { background-color: rgb(29,42,187); }
div.DivClassName
{
background-color: #1D2ABB;
}
.BgClassName
{
background-color: #1D2ABB;
}
</style>
border-color css
<style>
span { border-color: #1D2ABB; }
span { border-color: rgb(29,42,187); }
td.TdClassName
{
border-color: #1D2ABB;
}
.TagClassName
{
border-color: #1D2ABB;
}
</style>