Shades of Persian Blue #181ECB
Tints of Persian Blue #181ECB
RGB
CMYK
RGB Variations
Color information
#181ECB (or 0x181ECB) is known color: Persian Blue. HEX triplet: 18, 1E and CB. RGB value is (24,30,203). Sum of RGB (Red+Green+Blue) = 24+30+203=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #181ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ECB is #E7E134. Grayscale: #2F2F2F. Windows color (decimal): -15196469 or 13311512. OLE color: 13311512.
HSL color Cylindrical-coordinate representation of color #181ECB: hue angle of 237.99º 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 #181ECB is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 30 | 203 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.20 |
| HSL | 237.99º | 0.79% | 0.45% | - |
| HSV(B) | 237.99º | 0.88% | 0.8% | - |
| XYZ | 11.62 | 5.43 | 56.94 | - |
| YUV | 47.93 | 215.51 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 203 | 0.88 | 0.85 | 0 | 0.20 | 237.99 | 0.79 | 0.45 |
| Hex | 18 | 1E | CB | 58 | 55 | 0 | 14 | EE | 4F | 2D |
| Octal | 30 | 36 | 313 | 130 | 125 | 0 | 24 | 356 | 117 | 55 |
| Binary | 11000 | 11110 | 11001011 | 1011000 | 1010101 | 0 | 10100 | 11101110 | 1001111 | 101101 |
Color Harmonies of #181ECB
Complementary color
Monochromatic Colors of #181ECB
Black with #181ECB
Text Example
Text Example
White with #181ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181ECB; }
p { color: rgb(24,30,203); }
H1.HeaderClassName
{
color: #181ECB;
}
.AnyTagClassName
{
color: #181ECB;
}
</style>
background-color css
<style>
a { background-color: #181ECB; }
a { background-color: rgb(24,30,203); }
div.DivClassName
{
background-color: #181ECB;
}
.BgClassName
{
background-color: #181ECB;
}
</style>
border-color css
<style>
span { border-color: #181ECB; }
span { border-color: rgb(24,30,203); }
td.TdClassName
{
border-color: #181ECB;
}
.TagClassName
{
border-color: #181ECB;
}
</style>