Shades of Persian Blue #1842DA
Tints of Persian Blue #1842DA
RGB
CMYK
RGB Variations
Color information
#1842DA (or 0x1842DA) is known color: Persian Blue. HEX triplet: 18, 42 and DA. RGB value is (24,66,218). Sum of RGB (Red+Green+Blue) = 24+66+218=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #1842DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1842DA is #E7BD25. Grayscale: #464646. Windows color (decimal): -15187238 or 14303768. OLE color: 14303768.
HSL color Cylindrical-coordinate representation of color #1842DA: hue angle of 227.01º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1842DA is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 66 | 218 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.15 |
| HSL | 227.01º | 0.8% | 0.47% | - |
| HSV(B) | 227.01º | 0.89% | 0.85% | - |
| XYZ | 14.98 | 9.15 | 67.31 | - |
| YUV | 70.77 | 211.09 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 218 | 0.89 | 0.70 | 0 | 0.15 | 227.01 | 0.8 | 0.47 |
| Hex | 18 | 42 | DA | 59 | 46 | 0 | F | E3 | 50 | 2F |
| Octal | 30 | 102 | 332 | 131 | 106 | 0 | 17 | 343 | 120 | 57 |
| Binary | 11000 | 1000010 | 11011010 | 1011001 | 1000110 | 0 | 1111 | 11100011 | 1010000 | 101111 |
Color Harmonies of #1842DA
Complementary color
Monochromatic Colors of #1842DA
Black with #1842DA
Text Example
Text Example
White with #1842DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842DA; }
p { color: rgb(24,66,218); }
H1.HeaderClassName
{
color: #1842DA;
}
.AnyTagClassName
{
color: #1842DA;
}
</style>
background-color css
<style>
a { background-color: #1842DA; }
a { background-color: rgb(24,66,218); }
div.DivClassName
{
background-color: #1842DA;
}
.BgClassName
{
background-color: #1842DA;
}
</style>
border-color css
<style>
span { border-color: #1842DA; }
span { border-color: rgb(24,66,218); }
td.TdClassName
{
border-color: #1842DA;
}
.TagClassName
{
border-color: #1842DA;
}
</style>