Shades of Persian Blue #1842F3
Tints of Persian Blue #1842F3
RGB
CMYK
RGB Variations
Color information
#1842F3 (or 0x1842F3) is known color: Persian Blue. HEX triplet: 18, 42 and F3. RGB value is (24,66,243). Sum of RGB (Red+Green+Blue) = 24+66+243=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 243 (95.31% from 255 or 72.97% from 333); Max value from RGB is 243 - color contains mainly: blue. Hex color #1842F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1842F3 is #E7BD0C. Grayscale: #484848. Windows color (decimal): -15187213 or 15942168. OLE color: 15942168.
HSL color Cylindrical-coordinate representation of color #1842F3: hue angle of 228.49º degrees, saturation: 0.9, 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 #1842F3 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 66 | 243 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.05 |
| HSL | 228.49º | 0.9% | 0.52% | - |
| HSV(B) | 228.49º | 0.9% | 0.95% | - |
| XYZ | 18.5 | 10.56 | 85.86 | - |
| YUV | 73.62 | 223.59 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 243 | 0.90 | 0.73 | 0 | 0.05 | 228.49 | 0.9 | 0.52 |
| Hex | 18 | 42 | F3 | 5A | 49 | 0 | 5 | E4 | 5A | 34 |
| Octal | 30 | 102 | 363 | 132 | 111 | 0 | 5 | 344 | 132 | 64 |
| Binary | 11000 | 1000010 | 11110011 | 1011010 | 1001001 | 0 | 101 | 11100100 | 1011010 | 110100 |
Color Harmonies of #1842F3
Complementary color
Monochromatic Colors of #1842F3
Black with #1842F3
Text Example
Text Example
White with #1842F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842F3; }
p { color: rgb(24,66,243); }
H1.HeaderClassName
{
color: #1842F3;
}
.AnyTagClassName
{
color: #1842F3;
}
</style>
background-color css
<style>
a { background-color: #1842F3; }
a { background-color: rgb(24,66,243); }
div.DivClassName
{
background-color: #1842F3;
}
.BgClassName
{
background-color: #1842F3;
}
</style>
border-color css
<style>
span { border-color: #1842F3; }
span { border-color: rgb(24,66,243); }
td.TdClassName
{
border-color: #1842F3;
}
.TagClassName
{
border-color: #1842F3;
}
</style>