Shades of Persian Blue #1848BA
Tints of Persian Blue #1848BA
RGB
CMYK
RGB Variations
Color information
#1848BA (or 0x1848BA) is known color: Persian Blue. HEX triplet: 18, 48 and BA. RGB value is (24,72,186). Sum of RGB (Red+Green+Blue) = 24+72+186=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #1848BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1848BA is #E7B745. Grayscale: #464646. Windows color (decimal): -15185734 or 12208152. OLE color: 12208152.
HSL color Cylindrical-coordinate representation of color #1848BA: hue angle of 222.22º 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 #1848BA is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 72 | 186 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.27 |
| HSL | 222.22º | 0.77% | 0.41% | - |
| HSV(B) | 222.22º | 0.87% | 0.73% | - |
| XYZ | 11.56 | 8.37 | 47.46 | - |
| YUV | 70.64 | 193.1 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 186 | 0.87 | 0.61 | 0 | 0.27 | 222.22 | 0.77 | 0.41 |
| Hex | 18 | 48 | BA | 57 | 3D | 0 | 1B | DE | 4D | 29 |
| Octal | 30 | 110 | 272 | 127 | 75 | 0 | 33 | 336 | 115 | 51 |
| Binary | 11000 | 1001000 | 10111010 | 1010111 | 111101 | 0 | 11011 | 11011110 | 1001101 | 101001 |
Color Harmonies of #1848BA
Complementary color
Monochromatic Colors of #1848BA
Black with #1848BA
Text Example
Text Example
White with #1848BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1848BA; }
p { color: rgb(24,72,186); }
H1.HeaderClassName
{
color: #1848BA;
}
.AnyTagClassName
{
color: #1848BA;
}
</style>
background-color css
<style>
a { background-color: #1848BA; }
a { background-color: rgb(24,72,186); }
div.DivClassName
{
background-color: #1848BA;
}
.BgClassName
{
background-color: #1848BA;
}
</style>
border-color css
<style>
span { border-color: #1848BA; }
span { border-color: rgb(24,72,186); }
td.TdClassName
{
border-color: #1848BA;
}
.TagClassName
{
border-color: #1848BA;
}
</style>