Shades of Persian Blue #181ECC
Tints of Persian Blue #181ECC
RGB
CMYK
RGB Variations
Color information
#181ECC (or 0x181ECC) is known color: Persian Blue. HEX triplet: 18, 1E and CC. RGB value is (24,30,204). Sum of RGB (Red+Green+Blue) = 24+30+204=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #181ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ECC is #E7E133. Grayscale: #2F2F2F. Windows color (decimal): -15196468 or 13377048. OLE color: 13377048.
HSL color Cylindrical-coordinate representation of color #181ECC: hue angle of 238º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181ECC is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 30 | 204 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.2 |
| HSL | 238º | 0.79% | 0.45% | - |
| HSV(B) | 238º | 0.88% | 0.8% | - |
| XYZ | 11.74 | 5.48 | 57.57 | - |
| YUV | 48.04 | 216.01 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 204 | 0.88 | 0.85 | 0 | 0.2 | 238 | 0.79 | 0.45 |
| Hex | 18 | 1E | CC | 58 | 55 | 0 | 14 | EE | 4F | 2D |
| Octal | 30 | 36 | 314 | 130 | 125 | 0 | 24 | 356 | 117 | 55 |
| Binary | 11000 | 11110 | 11001100 | 1011000 | 1010101 | 0 | 10100 | 11101110 | 1001111 | 101101 |
Color Harmonies of #181ECC
Complementary color
Monochromatic Colors of #181ECC
Black with #181ECC
Text Example
Text Example
White with #181ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181ECC; }
p { color: rgb(24,30,204); }
H1.HeaderClassName
{
color: #181ECC;
}
.AnyTagClassName
{
color: #181ECC;
}
</style>
background-color css
<style>
a { background-color: #181ECC; }
a { background-color: rgb(24,30,204); }
div.DivClassName
{
background-color: #181ECC;
}
.BgClassName
{
background-color: #181ECC;
}
</style>
border-color css
<style>
span { border-color: #181ECC; }
span { border-color: rgb(24,30,204); }
td.TdClassName
{
border-color: #181ECC;
}
.TagClassName
{
border-color: #181ECC;
}
</style>