Shades of Persian Blue #181ECF
Tints of Persian Blue #181ECF
RGB
CMYK
RGB Variations
Color information
#181ECF (or 0x181ECF) is known color: Persian Blue. HEX triplet: 18, 1E and CF. RGB value is (24,30,207). Sum of RGB (Red+Green+Blue) = 24+30+207=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #181ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ECF is #E7E130. Grayscale: #2F2F2F. Windows color (decimal): -15196465 or 13573656. OLE color: 13573656.
HSL color Cylindrical-coordinate representation of color #181ECF: hue angle of 238.03º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181ECF is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 30 | 207 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.19 |
| HSL | 238.03º | 0.79% | 0.45% | - |
| HSV(B) | 238.03º | 0.88% | 0.81% | - |
| XYZ | 12.1 | 5.63 | 59.48 | - |
| YUV | 48.38 | 217.51 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 207 | 0.88 | 0.86 | 0 | 0.19 | 238.03 | 0.79 | 0.45 |
| Hex | 18 | 1E | CF | 58 | 56 | 0 | 13 | EE | 4F | 2D |
| Octal | 30 | 36 | 317 | 130 | 126 | 0 | 23 | 356 | 117 | 55 |
| Binary | 11000 | 11110 | 11001111 | 1011000 | 1010110 | 0 | 10011 | 11101110 | 1001111 | 101101 |
Color Harmonies of #181ECF
Complementary color
Monochromatic Colors of #181ECF
Black with #181ECF
Text Example
Text Example
White with #181ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181ECF; }
p { color: rgb(24,30,207); }
H1.HeaderClassName
{
color: #181ECF;
}
.AnyTagClassName
{
color: #181ECF;
}
</style>
background-color css
<style>
a { background-color: #181ECF; }
a { background-color: rgb(24,30,207); }
div.DivClassName
{
background-color: #181ECF;
}
.BgClassName
{
background-color: #181ECF;
}
</style>
border-color css
<style>
span { border-color: #181ECF; }
span { border-color: rgb(24,30,207); }
td.TdClassName
{
border-color: #181ECF;
}
.TagClassName
{
border-color: #181ECF;
}
</style>