Shades of Persian Blue #1842F2
Tints of Persian Blue #1842F2
RGB
CMYK
RGB Variations
Color information
#1842F2 (or 0x1842F2) is known color: Persian Blue. HEX triplet: 18, 42 and F2. RGB value is (24,66,242). Sum of RGB (Red+Green+Blue) = 24+66+242=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 242 (94.92% from 255 or 72.89% from 332); Max value from RGB is 242 - color contains mainly: blue. Hex color #1842F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1842F2 is #E7BD0D. Grayscale: #484848. Windows color (decimal): -15187214 or 15876632. OLE color: 15876632.
HSL color Cylindrical-coordinate representation of color #1842F2: hue angle of 228.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1842F2 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 66 | 242 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.05 |
| HSL | 228.44º | 0.89% | 0.52% | - |
| HSV(B) | 228.44º | 0.9% | 0.95% | - |
| XYZ | 18.35 | 10.5 | 85.06 | - |
| YUV | 73.51 | 223.09 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 242 | 0.90 | 0.73 | 0 | 0.05 | 228.44 | 0.89 | 0.52 |
| Hex | 18 | 42 | F2 | 5A | 49 | 0 | 5 | E4 | 59 | 34 |
| Octal | 30 | 102 | 362 | 132 | 111 | 0 | 5 | 344 | 131 | 64 |
| Binary | 11000 | 1000010 | 11110010 | 1011010 | 1001001 | 0 | 101 | 11100100 | 1011001 | 110100 |
Color Harmonies of #1842F2
Complementary color
Monochromatic Colors of #1842F2
Black with #1842F2
Text Example
Text Example
White with #1842F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842F2; }
p { color: rgb(24,66,242); }
H1.HeaderClassName
{
color: #1842F2;
}
.AnyTagClassName
{
color: #1842F2;
}
</style>
background-color css
<style>
a { background-color: #1842F2; }
a { background-color: rgb(24,66,242); }
div.DivClassName
{
background-color: #1842F2;
}
.BgClassName
{
background-color: #1842F2;
}
</style>
border-color css
<style>
span { border-color: #1842F2; }
span { border-color: rgb(24,66,242); }
td.TdClassName
{
border-color: #1842F2;
}
.TagClassName
{
border-color: #1842F2;
}
</style>