Shades of Persian Blue #1842BE
Tints of Persian Blue #1842BE
RGB
CMYK
RGB Variations
Color information
#1842BE (or 0x1842BE) is known color: Persian Blue. HEX triplet: 18, 42 and BE. RGB value is (24,66,190). Sum of RGB (Red+Green+Blue) = 24+66+190=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #1842BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1842BE is #E7BD41. Grayscale: #434343. Windows color (decimal): -15187266 or 12468760. OLE color: 12468760.
HSL color Cylindrical-coordinate representation of color #1842BE: hue angle of 224.82º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1842BE is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 66 | 190 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.25 |
| HSL | 224.82º | 0.78% | 0.42% | - |
| HSV(B) | 224.82º | 0.87% | 0.75% | - |
| XYZ | 11.62 | 7.81 | 49.61 | - |
| YUV | 67.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 190 | 0.87 | 0.65 | 0 | 0.25 | 224.82 | 0.78 | 0.42 |
| Hex | 18 | 42 | BE | 57 | 41 | 0 | 19 | E1 | 4E | 2A |
| Octal | 30 | 102 | 276 | 127 | 101 | 0 | 31 | 341 | 116 | 52 |
| Binary | 11000 | 1000010 | 10111110 | 1010111 | 1000001 | 0 | 11001 | 11100001 | 1001110 | 101010 |
Color Harmonies of #1842BE
Complementary color
Monochromatic Colors of #1842BE
Black with #1842BE
Text Example
Text Example
White with #1842BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842BE; }
p { color: rgb(24,66,190); }
H1.HeaderClassName
{
color: #1842BE;
}
.AnyTagClassName
{
color: #1842BE;
}
</style>
background-color css
<style>
a { background-color: #1842BE; }
a { background-color: rgb(24,66,190); }
div.DivClassName
{
background-color: #1842BE;
}
.BgClassName
{
background-color: #1842BE;
}
</style>
border-color css
<style>
span { border-color: #1842BE; }
span { border-color: rgb(24,66,190); }
td.TdClassName
{
border-color: #1842BE;
}
.TagClassName
{
border-color: #1842BE;
}
</style>