Shades of Persian Blue #1842C1
Tints of Persian Blue #1842C1
RGB
CMYK
RGB Variations
Color information
#1842C1 (or 0x1842C1) is known color: Persian Blue. HEX triplet: 18, 42 and C1. RGB value is (24,66,193). Sum of RGB (Red+Green+Blue) = 24+66+193=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #1842C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1842C1 is #E7BD3E. Grayscale: #434343. Windows color (decimal): -15187263 or 12665368. OLE color: 12665368.
HSL color Cylindrical-coordinate representation of color #1842C1: hue angle of 225.09º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1842C1 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 66 | 193 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.24 |
| HSL | 225.09º | 0.78% | 0.43% | - |
| HSV(B) | 225.09º | 0.88% | 0.76% | - |
| XYZ | 11.95 | 7.94 | 51.35 | - |
| YUV | 67.92 | 198.59 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 193 | 0.88 | 0.66 | 0 | 0.24 | 225.09 | 0.78 | 0.43 |
| Hex | 18 | 42 | C1 | 58 | 42 | 0 | 18 | E1 | 4E | 2B |
| Octal | 30 | 102 | 301 | 130 | 102 | 0 | 30 | 341 | 116 | 53 |
| Binary | 11000 | 1000010 | 11000001 | 1011000 | 1000010 | 0 | 11000 | 11100001 | 1001110 | 101011 |
Color Harmonies of #1842C1
Complementary color
Monochromatic Colors of #1842C1
Black with #1842C1
Text Example
Text Example
White with #1842C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842C1; }
p { color: rgb(24,66,193); }
H1.HeaderClassName
{
color: #1842C1;
}
.AnyTagClassName
{
color: #1842C1;
}
</style>
background-color css
<style>
a { background-color: #1842C1; }
a { background-color: rgb(24,66,193); }
div.DivClassName
{
background-color: #1842C1;
}
.BgClassName
{
background-color: #1842C1;
}
</style>
border-color css
<style>
span { border-color: #1842C1; }
span { border-color: rgb(24,66,193); }
td.TdClassName
{
border-color: #1842C1;
}
.TagClassName
{
border-color: #1842C1;
}
</style>