Shades of Persian Blue #181EC0
Tints of Persian Blue #181EC0
RGB
CMYK
RGB Variations
Color information
#181EC0 (or 0x181EC0) is known color: Persian Blue. HEX triplet: 18, 1E and C0. RGB value is (24,30,192). Sum of RGB (Red+Green+Blue) = 24+30+192=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 192 (75.39% from 255 or 78.05% from 246); Max value from RGB is 192 - color contains mainly: blue. Hex color #181EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EC0 is #E7E13F. Grayscale: #2E2E2E. Windows color (decimal): -15196480 or 12590616. OLE color: 12590616.
HSL color Cylindrical-coordinate representation of color #181EC0: hue angle of 237.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181EC0 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 30 | 192 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.25 |
| HSL | 237.86º | 0.78% | 0.42% | - |
| HSV(B) | 237.86º | 0.88% | 0.75% | - |
| XYZ | 10.36 | 4.93 | 50.27 | - |
| YUV | 46.67 | 210.01 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 192 | 0.88 | 0.84 | 0 | 0.25 | 237.86 | 0.78 | 0.42 |
| Hex | 18 | 1E | C0 | 58 | 54 | 0 | 19 | EE | 4E | 2A |
| Octal | 30 | 36 | 300 | 130 | 124 | 0 | 31 | 356 | 116 | 52 |
| Binary | 11000 | 11110 | 11000000 | 1011000 | 1010100 | 0 | 11001 | 11101110 | 1001110 | 101010 |
Color Harmonies of #181EC0
Complementary color
Monochromatic Colors of #181EC0
Black with #181EC0
Text Example
Text Example
White with #181EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EC0; }
p { color: rgb(24,30,192); }
H1.HeaderClassName
{
color: #181EC0;
}
.AnyTagClassName
{
color: #181EC0;
}
</style>
background-color css
<style>
a { background-color: #181EC0; }
a { background-color: rgb(24,30,192); }
div.DivClassName
{
background-color: #181EC0;
}
.BgClassName
{
background-color: #181EC0;
}
</style>
border-color css
<style>
span { border-color: #181EC0; }
span { border-color: rgb(24,30,192); }
td.TdClassName
{
border-color: #181EC0;
}
.TagClassName
{
border-color: #181EC0;
}
</style>