Shades of Persian Blue #1D44AB
Tints of Persian Blue #1D44AB
RGB
CMYK
RGB Variations
Color information
#1D44AB (or 0x1D44AB) is known color: Persian Blue. HEX triplet: 1D, 44 and AB. RGB value is (29,68,171). Sum of RGB (Red+Green+Blue) = 29+68+171=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D44AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D44AB is #E2BB54. Grayscale: #434343. Windows color (decimal): -14859093 or 11224093. OLE color: 11224093.
HSL color Cylindrical-coordinate representation of color #1D44AB: hue angle of 223.52º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D44AB is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 68 | 171 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.33 |
| HSL | 223.52º | 0.71% | 0.39% | - |
| HSV(B) | 223.52º | 0.83% | 0.67% | - |
| XYZ | 9.92 | 7.34 | 39.42 | - |
| YUV | 68.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 171 | 0.83 | 0.60 | 0 | 0.33 | 223.52 | 0.71 | 0.39 |
| Hex | 1D | 44 | AB | 53 | 3C | 0 | 21 | E0 | 47 | 27 |
| Octal | 35 | 104 | 253 | 123 | 74 | 0 | 41 | 340 | 107 | 47 |
| Binary | 11101 | 1000100 | 10101011 | 1010011 | 111100 | 0 | 100001 | 11100000 | 1000111 | 100111 |
Color Harmonies of #1D44AB
Complementary color
Monochromatic Colors of #1D44AB
Black with #1D44AB
Text Example
Text Example
White with #1D44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D44AB; }
p { color: rgb(29,68,171); }
H1.HeaderClassName
{
color: #1D44AB;
}
.AnyTagClassName
{
color: #1D44AB;
}
</style>
background-color css
<style>
a { background-color: #1D44AB; }
a { background-color: rgb(29,68,171); }
div.DivClassName
{
background-color: #1D44AB;
}
.BgClassName
{
background-color: #1D44AB;
}
</style>
border-color css
<style>
span { border-color: #1D44AB; }
span { border-color: rgb(29,68,171); }
td.TdClassName
{
border-color: #1D44AB;
}
.TagClassName
{
border-color: #1D44AB;
}
</style>