Shades of Persian Blue #1840CE
Tints of Persian Blue #1840CE
RGB
CMYK
RGB Variations
Color information
#1840CE (or 0x1840CE) is known color: Persian Blue. HEX triplet: 18, 40 and CE. RGB value is (24,64,206). Sum of RGB (Red+Green+Blue) = 24+64+206=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #1840CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1840CE is #E7BF31. Grayscale: #434343. Windows color (decimal): -15187762 or 13516824. OLE color: 13516824.
HSL color Cylindrical-coordinate representation of color #1840CE: hue angle of 226.81º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1840CE is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 64 | 206 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.19 |
| HSL | 226.81º | 0.79% | 0.45% | - |
| HSV(B) | 226.81º | 0.88% | 0.81% | - |
| XYZ | 13.35 | 8.32 | 59.29 | - |
| YUV | 68.23 | 205.75 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 206 | 0.88 | 0.69 | 0 | 0.19 | 226.81 | 0.79 | 0.45 |
| Hex | 18 | 40 | CE | 58 | 45 | 0 | 13 | E3 | 4F | 2D |
| Octal | 30 | 100 | 316 | 130 | 105 | 0 | 23 | 343 | 117 | 55 |
| Binary | 11000 | 1000000 | 11001110 | 1011000 | 1000101 | 0 | 10011 | 11100011 | 1001111 | 101101 |
Color Harmonies of #1840CE
Complementary color
Monochromatic Colors of #1840CE
Black with #1840CE
Text Example
Text Example
White with #1840CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1840CE; }
p { color: rgb(24,64,206); }
H1.HeaderClassName
{
color: #1840CE;
}
.AnyTagClassName
{
color: #1840CE;
}
</style>
background-color css
<style>
a { background-color: #1840CE; }
a { background-color: rgb(24,64,206); }
div.DivClassName
{
background-color: #1840CE;
}
.BgClassName
{
background-color: #1840CE;
}
</style>
border-color css
<style>
span { border-color: #1840CE; }
span { border-color: rgb(24,64,206); }
td.TdClassName
{
border-color: #1840CE;
}
.TagClassName
{
border-color: #1840CE;
}
</style>