Shades of Persian Blue #1D44BA
Tints of Persian Blue #1D44BA
RGB
CMYK
RGB Variations
Color information
#1D44BA (or 0x1D44BA) is known color: Persian Blue. HEX triplet: 1D, 44 and BA. RGB value is (29,68,186). Sum of RGB (Red+Green+Blue) = 29+68+186=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D44BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D44BA is #E2BB45. Grayscale: #454545. Windows color (decimal): -14859078 or 12207133. OLE color: 12207133.
HSL color Cylindrical-coordinate representation of color #1D44BA: hue angle of 225.1º 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 #1D44BA is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 68 | 186 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.27 |
| HSL | 225.1º | 0.73% | 0.42% | - |
| HSV(B) | 225.1º | 0.84% | 0.73% | - |
| XYZ | 11.44 | 7.94 | 47.38 | - |
| YUV | 69.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 186 | 0.84 | 0.63 | 0 | 0.27 | 225.1 | 0.73 | 0.42 |
| Hex | 1D | 44 | BA | 54 | 3F | 0 | 1B | E1 | 49 | 2A |
| Octal | 35 | 104 | 272 | 124 | 77 | 0 | 33 | 341 | 111 | 52 |
| Binary | 11101 | 1000100 | 10111010 | 1010100 | 111111 | 0 | 11011 | 11100001 | 1001001 | 101010 |
Color Harmonies of #1D44BA
Complementary color
Monochromatic Colors of #1D44BA
Black with #1D44BA
Text Example
Text Example
White with #1D44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D44BA; }
p { color: rgb(29,68,186); }
H1.HeaderClassName
{
color: #1D44BA;
}
.AnyTagClassName
{
color: #1D44BA;
}
</style>
background-color css
<style>
a { background-color: #1D44BA; }
a { background-color: rgb(29,68,186); }
div.DivClassName
{
background-color: #1D44BA;
}
.BgClassName
{
background-color: #1D44BA;
}
</style>
border-color css
<style>
span { border-color: #1D44BA; }
span { border-color: rgb(29,68,186); }
td.TdClassName
{
border-color: #1D44BA;
}
.TagClassName
{
border-color: #1D44BA;
}
</style>