Shades of Persian Blue #1D2BBB
Tints of Persian Blue #1D2BBB
RGB
CMYK
RGB Variations
Color information
#1D2BBB (or 0x1D2BBB) is known color: Persian Blue. HEX triplet: 1D, 2B and BB. RGB value is (29,43,187). Sum of RGB (Red+Green+Blue) = 29+43+187=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D2BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2BBB is #E2D444. Grayscale: #363636. Windows color (decimal): -14865477 or 12266269. OLE color: 12266269.
HSL color Cylindrical-coordinate representation of color #1D2BBB: hue angle of 234.68º 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 #1D2BBB is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 43 | 187 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.27 |
| HSL | 234.68º | 0.73% | 0.42% | - |
| HSV(B) | 234.68º | 0.84% | 0.73% | - |
| XYZ | 10.34 | 5.58 | 47.55 | - |
| YUV | 55.23 | 202.36 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 43 | 187 | 0.84 | 0.77 | 0 | 0.27 | 234.68 | 0.73 | 0.42 |
| Hex | 1D | 2B | BB | 54 | 4D | 0 | 1B | EB | 49 | 2A |
| Octal | 35 | 53 | 273 | 124 | 115 | 0 | 33 | 353 | 111 | 52 |
| Binary | 11101 | 101011 | 10111011 | 1010100 | 1001101 | 0 | 11011 | 11101011 | 1001001 | 101010 |
Color Harmonies of #1D2BBB
Complementary color
Monochromatic Colors of #1D2BBB
Black with #1D2BBB
Text Example
Text Example
White with #1D2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2BBB; }
p { color: rgb(29,43,187); }
H1.HeaderClassName
{
color: #1D2BBB;
}
.AnyTagClassName
{
color: #1D2BBB;
}
</style>
background-color css
<style>
a { background-color: #1D2BBB; }
a { background-color: rgb(29,43,187); }
div.DivClassName
{
background-color: #1D2BBB;
}
.BgClassName
{
background-color: #1D2BBB;
}
</style>
border-color css
<style>
span { border-color: #1D2BBB; }
span { border-color: rgb(29,43,187); }
td.TdClassName
{
border-color: #1D2BBB;
}
.TagClassName
{
border-color: #1D2BBB;
}
</style>