Shades of Persian Blue #181DB6
Tints of Persian Blue #181DB6
RGB
CMYK
RGB Variations
Color information
#181DB6 (or 0x181DB6) is known color: Persian Blue. HEX triplet: 18, 1D and B6. RGB value is (24,29,182). Sum of RGB (Red+Green+Blue) = 24+29+182=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 182 (71.48% from 255 or 77.45% from 235); Max value from RGB is 182 - color contains mainly: blue. Hex color #181DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DB6 is #E7E249. Grayscale: #2C2C2C. Windows color (decimal): -15196746 or 11935000. OLE color: 11935000.
HSL color Cylindrical-coordinate representation of color #181DB6: hue angle of 238.1º 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 #181DB6 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 29 | 182 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.29 |
| HSL | 238.1º | 0.77% | 0.4% | - |
| HSV(B) | 238.1º | 0.87% | 0.71% | - |
| XYZ | 9.26 | 4.45 | 44.63 | - |
| YUV | 44.95 | 205.34 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 182 | 0.87 | 0.84 | 0 | 0.29 | 238.1 | 0.77 | 0.4 |
| Hex | 18 | 1D | B6 | 57 | 54 | 0 | 1D | EE | 4D | 28 |
| Octal | 30 | 35 | 266 | 127 | 124 | 0 | 35 | 356 | 115 | 50 |
| Binary | 11000 | 11101 | 10110110 | 1010111 | 1010100 | 0 | 11101 | 11101110 | 1001101 | 101000 |
Color Harmonies of #181DB6
Complementary color
Monochromatic Colors of #181DB6
Black with #181DB6
Text Example
Text Example
White with #181DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DB6; }
p { color: rgb(24,29,182); }
H1.HeaderClassName
{
color: #181DB6;
}
.AnyTagClassName
{
color: #181DB6;
}
</style>
background-color css
<style>
a { background-color: #181DB6; }
a { background-color: rgb(24,29,182); }
div.DivClassName
{
background-color: #181DB6;
}
.BgClassName
{
background-color: #181DB6;
}
</style>
border-color css
<style>
span { border-color: #181DB6; }
span { border-color: rgb(24,29,182); }
td.TdClassName
{
border-color: #181DB6;
}
.TagClassName
{
border-color: #181DB6;
}
</style>