Shades of Persian Blue #1D3EE9
Tints of Persian Blue #1D3EE9
RGB
CMYK
RGB Variations
Color information
#1D3EE9 (or 0x1D3EE9) is known color: Persian Blue. HEX triplet: 1D, 3E and E9. RGB value is (29,62,233). Sum of RGB (Red+Green+Blue) = 29+62+233=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D3EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3EE9 is #E2C116. Grayscale: #464646. Windows color (decimal): -14860567 or 15285789. OLE color: 15285789.
HSL color Cylindrical-coordinate representation of color #1D3EE9: hue angle of 230.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3EE9 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 62 | 233 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.09 |
| HSL | 230.29º | 0.82% | 0.51% | - |
| HSV(B) | 230.29º | 0.88% | 0.91% | - |
| XYZ | 16.94 | 9.59 | 78.05 | - |
| YUV | 71.63 | 219.07 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 233 | 0.88 | 0.73 | 0 | 0.09 | 230.29 | 0.82 | 0.51 |
| Hex | 1D | 3E | E9 | 58 | 49 | 0 | 9 | E6 | 52 | 33 |
| Octal | 35 | 76 | 351 | 130 | 111 | 0 | 11 | 346 | 122 | 63 |
| Binary | 11101 | 111110 | 11101001 | 1011000 | 1001001 | 0 | 1001 | 11100110 | 1010010 | 110011 |
Color Harmonies of #1D3EE9
Complementary color
Monochromatic Colors of #1D3EE9
Black with #1D3EE9
Text Example
Text Example
White with #1D3EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3EE9; }
p { color: rgb(29,62,233); }
H1.HeaderClassName
{
color: #1D3EE9;
}
.AnyTagClassName
{
color: #1D3EE9;
}
</style>
background-color css
<style>
a { background-color: #1D3EE9; }
a { background-color: rgb(29,62,233); }
div.DivClassName
{
background-color: #1D3EE9;
}
.BgClassName
{
background-color: #1D3EE9;
}
</style>
border-color css
<style>
span { border-color: #1D3EE9; }
span { border-color: rgb(29,62,233); }
td.TdClassName
{
border-color: #1D3EE9;
}
.TagClassName
{
border-color: #1D3EE9;
}
</style>