Shades of Persian Blue #1849C1
Tints of Persian Blue #1849C1
RGB
CMYK
RGB Variations
Color information
#1849C1 (or 0x1849C1) is known color: Persian Blue. HEX triplet: 18, 49 and C1. RGB value is (24,73,193). Sum of RGB (Red+Green+Blue) = 24+73+193=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #1849C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1849C1 is #E7B63E. Grayscale: #474747. Windows color (decimal): -15185471 or 12667160. OLE color: 12667160.
HSL color Cylindrical-coordinate representation of color #1849C1: hue angle of 222.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1849C1 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 73 | 193 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.24 |
| HSL | 222.6º | 0.78% | 0.43% | - |
| HSV(B) | 222.6º | 0.88% | 0.76% | - |
| XYZ | 12.38 | 8.81 | 51.5 | - |
| YUV | 72.03 | 196.27 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 193 | 0.88 | 0.62 | 0 | 0.24 | 222.6 | 0.78 | 0.43 |
| Hex | 18 | 49 | C1 | 58 | 3E | 0 | 18 | DF | 4E | 2B |
| Octal | 30 | 111 | 301 | 130 | 76 | 0 | 30 | 337 | 116 | 53 |
| Binary | 11000 | 1001001 | 11000001 | 1011000 | 111110 | 0 | 11000 | 11011111 | 1001110 | 101011 |
Color Harmonies of #1849C1
Complementary color
Monochromatic Colors of #1849C1
Black with #1849C1
Text Example
Text Example
White with #1849C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1849C1; }
p { color: rgb(24,73,193); }
H1.HeaderClassName
{
color: #1849C1;
}
.AnyTagClassName
{
color: #1849C1;
}
</style>
background-color css
<style>
a { background-color: #1849C1; }
a { background-color: rgb(24,73,193); }
div.DivClassName
{
background-color: #1849C1;
}
.BgClassName
{
background-color: #1849C1;
}
</style>
border-color css
<style>
span { border-color: #1849C1; }
span { border-color: rgb(24,73,193); }
td.TdClassName
{
border-color: #1849C1;
}
.TagClassName
{
border-color: #1849C1;
}
</style>