Shades of Persian Blue #1841D7
Tints of Persian Blue #1841D7
RGB
CMYK
RGB Variations
Color information
#1841D7 (or 0x1841D7) is known color: Persian Blue. HEX triplet: 18, 41 and D7. RGB value is (24,65,215). Sum of RGB (Red+Green+Blue) = 24+65+215=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 215 (84.38% from 255 or 70.72% from 304); Max value from RGB is 215 - color contains mainly: blue. Hex color #1841D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1841D7 is #E7BE28. Grayscale: #454545. Windows color (decimal): -15187497 or 14106904. OLE color: 14106904.
HSL color Cylindrical-coordinate representation of color #1841D7: hue angle of 227.12º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1841D7 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 65 | 215 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.16 |
| HSL | 227.12º | 0.8% | 0.47% | - |
| HSV(B) | 227.12º | 0.89% | 0.84% | - |
| XYZ | 14.53 | 8.88 | 65.24 | - |
| YUV | 69.84 | 209.92 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 215 | 0.89 | 0.70 | 0 | 0.16 | 227.12 | 0.8 | 0.47 |
| Hex | 18 | 41 | D7 | 59 | 46 | 0 | 10 | E3 | 50 | 2F |
| Octal | 30 | 101 | 327 | 131 | 106 | 0 | 20 | 343 | 120 | 57 |
| Binary | 11000 | 1000001 | 11010111 | 1011001 | 1000110 | 0 | 10000 | 11100011 | 1010000 | 101111 |
Color Harmonies of #1841D7
Complementary color
Monochromatic Colors of #1841D7
Black with #1841D7
Text Example
Text Example
White with #1841D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841D7; }
p { color: rgb(24,65,215); }
H1.HeaderClassName
{
color: #1841D7;
}
.AnyTagClassName
{
color: #1841D7;
}
</style>
background-color css
<style>
a { background-color: #1841D7; }
a { background-color: rgb(24,65,215); }
div.DivClassName
{
background-color: #1841D7;
}
.BgClassName
{
background-color: #1841D7;
}
</style>
border-color css
<style>
span { border-color: #1841D7; }
span { border-color: rgb(24,65,215); }
td.TdClassName
{
border-color: #1841D7;
}
.TagClassName
{
border-color: #1841D7;
}
</style>