Shades of Persian Blue #1842BA
Tints of Persian Blue #1842BA
RGB
CMYK
RGB Variations
Color information
#1842BA (or 0x1842BA) is known color: Persian Blue. HEX triplet: 18, 42 and BA. RGB value is (24,66,186). Sum of RGB (Red+Green+Blue) = 24+66+186=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #1842BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1842BA is #E7BD45. Grayscale: #424242. Windows color (decimal): -15187270 or 12206616. OLE color: 12206616.
HSL color Cylindrical-coordinate representation of color #1842BA: hue angle of 224.44º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1842BA is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 66 | 186 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.27 |
| HSL | 224.44º | 0.77% | 0.41% | - |
| HSV(B) | 224.44º | 0.87% | 0.73% | - |
| XYZ | 11.19 | 7.64 | 47.34 | - |
| YUV | 67.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 186 | 0.87 | 0.65 | 0 | 0.27 | 224.44 | 0.77 | 0.41 |
| Hex | 18 | 42 | BA | 57 | 41 | 0 | 1B | E0 | 4D | 29 |
| Octal | 30 | 102 | 272 | 127 | 101 | 0 | 33 | 340 | 115 | 51 |
| Binary | 11000 | 1000010 | 10111010 | 1010111 | 1000001 | 0 | 11011 | 11100000 | 1001101 | 101001 |
Color Harmonies of #1842BA
Complementary color
Monochromatic Colors of #1842BA
Black with #1842BA
Text Example
Text Example
White with #1842BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842BA; }
p { color: rgb(24,66,186); }
H1.HeaderClassName
{
color: #1842BA;
}
.AnyTagClassName
{
color: #1842BA;
}
</style>
background-color css
<style>
a { background-color: #1842BA; }
a { background-color: rgb(24,66,186); }
div.DivClassName
{
background-color: #1842BA;
}
.BgClassName
{
background-color: #1842BA;
}
</style>
border-color css
<style>
span { border-color: #1842BA; }
span { border-color: rgb(24,66,186); }
td.TdClassName
{
border-color: #1842BA;
}
.TagClassName
{
border-color: #1842BA;
}
</style>