Shades of Persian Blue #1D43BB
Tints of Persian Blue #1D43BB
RGB
CMYK
RGB Variations
Color information
#1D43BB (or 0x1D43BB) is known color: Persian Blue. HEX triplet: 1D, 43 and BB. RGB value is (29,67,187). Sum of RGB (Red+Green+Blue) = 29+67+187=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D43BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D43BB is #E2BC44. Grayscale: #444444. Windows color (decimal): -14859333 or 12272413. OLE color: 12272413.
HSL color Cylindrical-coordinate representation of color #1D43BB: hue angle of 225.57º 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 #1D43BB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 67 | 187 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.27 |
| HSL | 225.57º | 0.73% | 0.42% | - |
| HSV(B) | 225.57º | 0.84% | 0.73% | - |
| XYZ | 11.48 | 7.86 | 47.93 | - |
| YUV | 69.32 | 194.41 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 187 | 0.84 | 0.64 | 0 | 0.27 | 225.57 | 0.73 | 0.42 |
| Hex | 1D | 43 | BB | 54 | 40 | 0 | 1B | E2 | 49 | 2A |
| Octal | 35 | 103 | 273 | 124 | 100 | 0 | 33 | 342 | 111 | 52 |
| Binary | 11101 | 1000011 | 10111011 | 1010100 | 1000000 | 0 | 11011 | 11100010 | 1001001 | 101010 |
Color Harmonies of #1D43BB
Complementary color
Monochromatic Colors of #1D43BB
Black with #1D43BB
Text Example
Text Example
White with #1D43BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D43BB; }
p { color: rgb(29,67,187); }
H1.HeaderClassName
{
color: #1D43BB;
}
.AnyTagClassName
{
color: #1D43BB;
}
</style>
background-color css
<style>
a { background-color: #1D43BB; }
a { background-color: rgb(29,67,187); }
div.DivClassName
{
background-color: #1D43BB;
}
.BgClassName
{
background-color: #1D43BB;
}
</style>
border-color css
<style>
span { border-color: #1D43BB; }
span { border-color: rgb(29,67,187); }
td.TdClassName
{
border-color: #1D43BB;
}
.TagClassName
{
border-color: #1D43BB;
}
</style>