Shades of Persian Blue #1848CE
Tints of Persian Blue #1848CE
RGB
CMYK
RGB Variations
Color information
#1848CE (or 0x1848CE) is known color: Persian Blue. HEX triplet: 18, 48 and CE. RGB value is (24,72,206). Sum of RGB (Red+Green+Blue) = 24+72+206=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #1848CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1848CE is #E7B731. Grayscale: #484848. Windows color (decimal): -15185714 or 13518872. OLE color: 13518872.
HSL color Cylindrical-coordinate representation of color #1848CE: hue angle of 224.18º 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 #1848CE is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 72 | 206 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.19 |
| HSL | 224.18º | 0.79% | 0.45% | - |
| HSV(B) | 224.18º | 0.88% | 0.81% | - |
| XYZ | 13.83 | 9.29 | 59.46 | - |
| YUV | 72.92 | 203.1 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 206 | 0.88 | 0.65 | 0 | 0.19 | 224.18 | 0.79 | 0.45 |
| Hex | 18 | 48 | CE | 58 | 41 | 0 | 13 | E0 | 4F | 2D |
| Octal | 30 | 110 | 316 | 130 | 101 | 0 | 23 | 340 | 117 | 55 |
| Binary | 11000 | 1001000 | 11001110 | 1011000 | 1000001 | 0 | 10011 | 11100000 | 1001111 | 101101 |
Color Harmonies of #1848CE
Complementary color
Monochromatic Colors of #1848CE
Black with #1848CE
Text Example
Text Example
White with #1848CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1848CE; }
p { color: rgb(24,72,206); }
H1.HeaderClassName
{
color: #1848CE;
}
.AnyTagClassName
{
color: #1848CE;
}
</style>
background-color css
<style>
a { background-color: #1848CE; }
a { background-color: rgb(24,72,206); }
div.DivClassName
{
background-color: #1848CE;
}
.BgClassName
{
background-color: #1848CE;
}
</style>
border-color css
<style>
span { border-color: #1848CE; }
span { border-color: rgb(24,72,206); }
td.TdClassName
{
border-color: #1848CE;
}
.TagClassName
{
border-color: #1848CE;
}
</style>