Shades of Persian Blue #1D2CBC
Tints of Persian Blue #1D2CBC
RGB
CMYK
RGB Variations
Color information
#1D2CBC (or 0x1D2CBC) is known color: Persian Blue. HEX triplet: 1D, 2C and BC. RGB value is (29,44,188). Sum of RGB (Red+Green+Blue) = 29+44+188=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D2CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2CBC is #E2D343. Grayscale: #373737. Windows color (decimal): -14865220 or 12332061. OLE color: 12332061.
HSL color Cylindrical-coordinate representation of color #1D2CBC: hue angle of 234.34º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D2CBC is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 44 | 188 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.26 |
| HSL | 234.34º | 0.73% | 0.43% | - |
| HSV(B) | 234.34º | 0.85% | 0.74% | - |
| XYZ | 10.48 | 5.69 | 48.12 | - |
| YUV | 55.93 | 202.53 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 188 | 0.85 | 0.77 | 0 | 0.26 | 234.34 | 0.73 | 0.43 |
| Hex | 1D | 2C | BC | 55 | 4D | 0 | 1A | EA | 49 | 2B |
| Octal | 35 | 54 | 274 | 125 | 115 | 0 | 32 | 352 | 111 | 53 |
| Binary | 11101 | 101100 | 10111100 | 1010101 | 1001101 | 0 | 11010 | 11101010 | 1001001 | 101011 |
Color Harmonies of #1D2CBC
Complementary color
Monochromatic Colors of #1D2CBC
Black with #1D2CBC
Text Example
Text Example
White with #1D2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2CBC; }
p { color: rgb(29,44,188); }
H1.HeaderClassName
{
color: #1D2CBC;
}
.AnyTagClassName
{
color: #1D2CBC;
}
</style>
background-color css
<style>
a { background-color: #1D2CBC; }
a { background-color: rgb(29,44,188); }
div.DivClassName
{
background-color: #1D2CBC;
}
.BgClassName
{
background-color: #1D2CBC;
}
</style>
border-color css
<style>
span { border-color: #1D2CBC; }
span { border-color: rgb(29,44,188); }
td.TdClassName
{
border-color: #1D2CBC;
}
.TagClassName
{
border-color: #1D2CBC;
}
</style>