Shades of Persian Blue #1840AF
Tints of Persian Blue #1840AF
RGB
CMYK
RGB Variations
Color information
#1840AF (or 0x1840AF) is known color: Persian Blue. HEX triplet: 18, 40 and AF. RGB value is (24,64,175). Sum of RGB (Red+Green+Blue) = 24+64+175=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #1840AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1840AF is #E7BF50. Grayscale: #404040. Windows color (decimal): -15187793 or 11485208. OLE color: 11485208.
HSL color Cylindrical-coordinate representation of color #1840AF: hue angle of 224.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1840AF is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 64 | 175 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.31 |
| HSL | 224.11º | 0.76% | 0.39% | - |
| HSV(B) | 224.11º | 0.86% | 0.69% | - |
| XYZ | 9.95 | 6.96 | 41.38 | - |
| YUV | 64.69 | 190.25 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 175 | 0.86 | 0.63 | 0 | 0.31 | 224.11 | 0.76 | 0.39 |
| Hex | 18 | 40 | AF | 56 | 3F | 0 | 1F | E0 | 4C | 27 |
| Octal | 30 | 100 | 257 | 126 | 77 | 0 | 37 | 340 | 114 | 47 |
| Binary | 11000 | 1000000 | 10101111 | 1010110 | 111111 | 0 | 11111 | 11100000 | 1001100 | 100111 |
Color Harmonies of #1840AF
Complementary color
Monochromatic Colors of #1840AF
Black with #1840AF
Text Example
Text Example
White with #1840AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1840AF; }
p { color: rgb(24,64,175); }
H1.HeaderClassName
{
color: #1840AF;
}
.AnyTagClassName
{
color: #1840AF;
}
</style>
background-color css
<style>
a { background-color: #1840AF; }
a { background-color: rgb(24,64,175); }
div.DivClassName
{
background-color: #1840AF;
}
.BgClassName
{
background-color: #1840AF;
}
</style>
border-color css
<style>
span { border-color: #1840AF; }
span { border-color: rgb(24,64,175); }
td.TdClassName
{
border-color: #1840AF;
}
.TagClassName
{
border-color: #1840AF;
}
</style>