Shades of Persian Blue #1824B9
Tints of Persian Blue #1824B9
RGB
CMYK
RGB Variations
Color information
#1824B9 (or 0x1824B9) is known color: Persian Blue. HEX triplet: 18, 24 and B9. RGB value is (24,36,185). Sum of RGB (Red+Green+Blue) = 24+36+185=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #1824B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824B9 is #E7DB46. Grayscale: #303030. Windows color (decimal): -15194951 or 12133400. OLE color: 12133400.
HSL color Cylindrical-coordinate representation of color #1824B9: hue angle of 235.53º 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 #1824B9 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 36 | 185 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.27 |
| HSL | 235.53º | 0.77% | 0.41% | - |
| HSV(B) | 235.53º | 0.87% | 0.73% | - |
| XYZ | 9.76 | 4.96 | 46.34 | - |
| YUV | 49.4 | 204.52 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 185 | 0.87 | 0.81 | 0 | 0.27 | 235.53 | 0.77 | 0.41 |
| Hex | 18 | 24 | B9 | 57 | 51 | 0 | 1B | EC | 4D | 29 |
| Octal | 30 | 44 | 271 | 127 | 121 | 0 | 33 | 354 | 115 | 51 |
| Binary | 11000 | 100100 | 10111001 | 1010111 | 1010001 | 0 | 11011 | 11101100 | 1001101 | 101001 |
Color Harmonies of #1824B9
Complementary color
Monochromatic Colors of #1824B9
Black with #1824B9
Text Example
Text Example
White with #1824B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824B9; }
p { color: rgb(24,36,185); }
H1.HeaderClassName
{
color: #1824B9;
}
.AnyTagClassName
{
color: #1824B9;
}
</style>
background-color css
<style>
a { background-color: #1824B9; }
a { background-color: rgb(24,36,185); }
div.DivClassName
{
background-color: #1824B9;
}
.BgClassName
{
background-color: #1824B9;
}
</style>
border-color css
<style>
span { border-color: #1824B9; }
span { border-color: rgb(24,36,185); }
td.TdClassName
{
border-color: #1824B9;
}
.TagClassName
{
border-color: #1824B9;
}
</style>