Shades of Persian Blue #1819B6
Tints of Persian Blue #1819B6
RGB
CMYK
RGB Variations
Color information
#1819B6 (or 0x1819B6) is known color: Persian Blue. HEX triplet: 18, 19 and B6. RGB value is (24,25,182). Sum of RGB (Red+Green+Blue) = 24+25+182=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 182 (71.48% from 255 or 78.79% from 231); Max value from RGB is 182 - color contains mainly: blue. Hex color #1819B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1819B6 is #E7E649. Grayscale: #292929. Windows color (decimal): -15197770 or 11933976. OLE color: 11933976.
HSL color Cylindrical-coordinate representation of color #1819B6: hue angle of 239.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1819B6 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 25 | 182 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.29 |
| HSL | 239.62º | 0.77% | 0.4% | - |
| HSV(B) | 239.62º | 0.87% | 0.71% | - |
| XYZ | 9.17 | 4.27 | 44.6 | - |
| YUV | 42.6 | 206.67 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 182 | 0.87 | 0.86 | 0 | 0.29 | 239.62 | 0.77 | 0.4 |
| Hex | 18 | 19 | B6 | 57 | 56 | 0 | 1D | F0 | 4D | 28 |
| Octal | 30 | 31 | 266 | 127 | 126 | 0 | 35 | 360 | 115 | 50 |
| Binary | 11000 | 11001 | 10110110 | 1010111 | 1010110 | 0 | 11101 | 11110000 | 1001101 | 101000 |
Color Harmonies of #1819B6
Complementary color
Monochromatic Colors of #1819B6
Black with #1819B6
Text Example
Text Example
White with #1819B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1819B6; }
p { color: rgb(24,25,182); }
H1.HeaderClassName
{
color: #1819B6;
}
.AnyTagClassName
{
color: #1819B6;
}
</style>
background-color css
<style>
a { background-color: #1819B6; }
a { background-color: rgb(24,25,182); }
div.DivClassName
{
background-color: #1819B6;
}
.BgClassName
{
background-color: #1819B6;
}
</style>
border-color css
<style>
span { border-color: #1819B6; }
span { border-color: rgb(24,25,182); }
td.TdClassName
{
border-color: #1819B6;
}
.TagClassName
{
border-color: #1819B6;
}
</style>