Shades of Persian Blue #1842CA
Tints of Persian Blue #1842CA
RGB
CMYK
RGB Variations
Color information
#1842CA (or 0x1842CA) is known color: Persian Blue. HEX triplet: 18, 42 and CA. RGB value is (24,66,202). Sum of RGB (Red+Green+Blue) = 24+66+202=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #1842CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1842CA is #E7BD35. Grayscale: #444444. Windows color (decimal): -15187254 or 13255192. OLE color: 13255192.
HSL color Cylindrical-coordinate representation of color #1842CA: hue angle of 225.84º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1842CA is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 66 | 202 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.21 |
| HSL | 225.84º | 0.79% | 0.44% | - |
| HSV(B) | 225.84º | 0.88% | 0.79% | - |
| XYZ | 12.99 | 8.35 | 56.81 | - |
| YUV | 68.95 | 203.09 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 202 | 0.88 | 0.67 | 0 | 0.21 | 225.84 | 0.79 | 0.44 |
| Hex | 18 | 42 | CA | 58 | 43 | 0 | 15 | E2 | 4F | 2C |
| Octal | 30 | 102 | 312 | 130 | 103 | 0 | 25 | 342 | 117 | 54 |
| Binary | 11000 | 1000010 | 11001010 | 1011000 | 1000011 | 0 | 10101 | 11100010 | 1001111 | 101100 |
Color Harmonies of #1842CA
Complementary color
Monochromatic Colors of #1842CA
Black with #1842CA
Text Example
Text Example
White with #1842CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842CA; }
p { color: rgb(24,66,202); }
H1.HeaderClassName
{
color: #1842CA;
}
.AnyTagClassName
{
color: #1842CA;
}
</style>
background-color css
<style>
a { background-color: #1842CA; }
a { background-color: rgb(24,66,202); }
div.DivClassName
{
background-color: #1842CA;
}
.BgClassName
{
background-color: #1842CA;
}
</style>
border-color css
<style>
span { border-color: #1842CA; }
span { border-color: rgb(24,66,202); }
td.TdClassName
{
border-color: #1842CA;
}
.TagClassName
{
border-color: #1842CA;
}
</style>