Shades of Persian Blue #181DC0
Tints of Persian Blue #181DC0
RGB
CMYK
RGB Variations
Color information
#181DC0 (or 0x181DC0) is known color: Persian Blue. HEX triplet: 18, 1D and C0. RGB value is (24,29,192). Sum of RGB (Red+Green+Blue) = 24+29+192=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 192 (75.39% from 255 or 78.37% from 245); Max value from RGB is 192 - color contains mainly: blue. Hex color #181DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DC0 is #E7E23F. Grayscale: #2D2D2D. Windows color (decimal): -15196736 or 12590360. OLE color: 12590360.
HSL color Cylindrical-coordinate representation of color #181DC0: hue angle of 238.21º 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 #181DC0 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 29 | 192 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.25 |
| HSL | 238.21º | 0.78% | 0.42% | - |
| HSV(B) | 238.21º | 0.88% | 0.75% | - |
| XYZ | 10.33 | 4.88 | 50.27 | - |
| YUV | 46.09 | 210.34 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 192 | 0.88 | 0.85 | 0 | 0.25 | 238.21 | 0.78 | 0.42 |
| Hex | 18 | 1D | C0 | 58 | 55 | 0 | 19 | EE | 4E | 2A |
| Octal | 30 | 35 | 300 | 130 | 125 | 0 | 31 | 356 | 116 | 52 |
| Binary | 11000 | 11101 | 11000000 | 1011000 | 1010101 | 0 | 11001 | 11101110 | 1001110 | 101010 |
Color Harmonies of #181DC0
Complementary color
Monochromatic Colors of #181DC0
Black with #181DC0
Text Example
Text Example
White with #181DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DC0; }
p { color: rgb(24,29,192); }
H1.HeaderClassName
{
color: #181DC0;
}
.AnyTagClassName
{
color: #181DC0;
}
</style>
background-color css
<style>
a { background-color: #181DC0; }
a { background-color: rgb(24,29,192); }
div.DivClassName
{
background-color: #181DC0;
}
.BgClassName
{
background-color: #181DC0;
}
</style>
border-color css
<style>
span { border-color: #181DC0; }
span { border-color: rgb(24,29,192); }
td.TdClassName
{
border-color: #181DC0;
}
.TagClassName
{
border-color: #181DC0;
}
</style>