Shades of Persian Blue #1845CE
Tints of Persian Blue #1845CE
RGB
CMYK
RGB Variations
Color information
#1845CE (or 0x1845CE) is known color: Persian Blue. HEX triplet: 18, 45 and CE. RGB value is (24,69,206). Sum of RGB (Red+Green+Blue) = 24+69+206=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #1845CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1845CE is #E7BA31. Grayscale: #464646. Windows color (decimal): -15186482 or 13518104. OLE color: 13518104.
HSL color Cylindrical-coordinate representation of color #1845CE: hue angle of 225.16º 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 #1845CE is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 69 | 206 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.19 |
| HSL | 225.16º | 0.79% | 0.45% | - |
| HSV(B) | 225.16º | 0.88% | 0.81% | - |
| XYZ | 13.65 | 8.91 | 59.39 | - |
| YUV | 71.16 | 204.09 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 206 | 0.88 | 0.67 | 0 | 0.19 | 225.16 | 0.79 | 0.45 |
| Hex | 18 | 45 | CE | 58 | 43 | 0 | 13 | E1 | 4F | 2D |
| Octal | 30 | 105 | 316 | 130 | 103 | 0 | 23 | 341 | 117 | 55 |
| Binary | 11000 | 1000101 | 11001110 | 1011000 | 1000011 | 0 | 10011 | 11100001 | 1001111 | 101101 |
Color Harmonies of #1845CE
Complementary color
Monochromatic Colors of #1845CE
Black with #1845CE
Text Example
Text Example
White with #1845CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1845CE; }
p { color: rgb(24,69,206); }
H1.HeaderClassName
{
color: #1845CE;
}
.AnyTagClassName
{
color: #1845CE;
}
</style>
background-color css
<style>
a { background-color: #1845CE; }
a { background-color: rgb(24,69,206); }
div.DivClassName
{
background-color: #1845CE;
}
.BgClassName
{
background-color: #1845CE;
}
</style>
border-color css
<style>
span { border-color: #1845CE; }
span { border-color: rgb(24,69,206); }
td.TdClassName
{
border-color: #1845CE;
}
.TagClassName
{
border-color: #1845CE;
}
</style>