Shades of Persian Blue #1840CF
Tints of Persian Blue #1840CF
RGB
CMYK
RGB Variations
Color information
#1840CF (or 0x1840CF) is known color: Persian Blue. HEX triplet: 18, 40 and CF. RGB value is (24,64,207). Sum of RGB (Red+Green+Blue) = 24+64+207=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #1840CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1840CF is #E7BF30. Grayscale: #434343. Windows color (decimal): -15187761 or 13582360. OLE color: 13582360.
HSL color Cylindrical-coordinate representation of color #1840CF: hue angle of 226.89º 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 #1840CF is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 64 | 207 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.19 |
| HSL | 226.89º | 0.79% | 0.45% | - |
| HSV(B) | 226.89º | 0.88% | 0.81% | - |
| XYZ | 13.47 | 8.37 | 59.94 | - |
| YUV | 68.34 | 206.25 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 207 | 0.88 | 0.69 | 0 | 0.19 | 226.89 | 0.79 | 0.45 |
| Hex | 18 | 40 | CF | 58 | 45 | 0 | 13 | E3 | 4F | 2D |
| Octal | 30 | 100 | 317 | 130 | 105 | 0 | 23 | 343 | 117 | 55 |
| Binary | 11000 | 1000000 | 11001111 | 1011000 | 1000101 | 0 | 10011 | 11100011 | 1001111 | 101101 |
Color Harmonies of #1840CF
Complementary color
Monochromatic Colors of #1840CF
Black with #1840CF
Text Example
Text Example
White with #1840CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1840CF; }
p { color: rgb(24,64,207); }
H1.HeaderClassName
{
color: #1840CF;
}
.AnyTagClassName
{
color: #1840CF;
}
</style>
background-color css
<style>
a { background-color: #1840CF; }
a { background-color: rgb(24,64,207); }
div.DivClassName
{
background-color: #1840CF;
}
.BgClassName
{
background-color: #1840CF;
}
</style>
border-color css
<style>
span { border-color: #1840CF; }
span { border-color: rgb(24,64,207); }
td.TdClassName
{
border-color: #1840CF;
}
.TagClassName
{
border-color: #1840CF;
}
</style>