Shades of Persian Blue #1849BC
Tints of Persian Blue #1849BC
RGB
CMYK
RGB Variations
Color information
#1849BC (or 0x1849BC) is known color: Persian Blue. HEX triplet: 18, 49 and BC. RGB value is (24,73,188). Sum of RGB (Red+Green+Blue) = 24+73+188=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #1849BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1849BC is #E7B643. Grayscale: #464646. Windows color (decimal): -15185476 or 12339480. OLE color: 12339480.
HSL color Cylindrical-coordinate representation of color #1849BC: hue angle of 222.07º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1849BC is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 73 | 188 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.26 |
| HSL | 222.07º | 0.77% | 0.42% | - |
| HSV(B) | 222.07º | 0.87% | 0.74% | - |
| XYZ | 11.84 | 8.59 | 48.61 | - |
| YUV | 71.46 | 193.77 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 188 | 0.87 | 0.61 | 0 | 0.26 | 222.07 | 0.77 | 0.42 |
| Hex | 18 | 49 | BC | 57 | 3D | 0 | 1A | DE | 4D | 2A |
| Octal | 30 | 111 | 274 | 127 | 75 | 0 | 32 | 336 | 115 | 52 |
| Binary | 11000 | 1001001 | 10111100 | 1010111 | 111101 | 0 | 11010 | 11011110 | 1001101 | 101010 |
Color Harmonies of #1849BC
Complementary color
Monochromatic Colors of #1849BC
Black with #1849BC
Text Example
Text Example
White with #1849BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1849BC; }
p { color: rgb(24,73,188); }
H1.HeaderClassName
{
color: #1849BC;
}
.AnyTagClassName
{
color: #1849BC;
}
</style>
background-color css
<style>
a { background-color: #1849BC; }
a { background-color: rgb(24,73,188); }
div.DivClassName
{
background-color: #1849BC;
}
.BgClassName
{
background-color: #1849BC;
}
</style>
border-color css
<style>
span { border-color: #1849BC; }
span { border-color: rgb(24,73,188); }
td.TdClassName
{
border-color: #1849BC;
}
.TagClassName
{
border-color: #1849BC;
}
</style>