Shades of Persian Blue #181ABB
Tints of Persian Blue #181ABB
RGB
CMYK
RGB Variations
Color information
#181ABB (or 0x181ABB) is known color: Persian Blue. HEX triplet: 18, 1A and BB. RGB value is (24,26,187). Sum of RGB (Red+Green+Blue) = 24+26+187=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #181ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ABB is #E7E544. Grayscale: #2B2B2B. Windows color (decimal): -15197509 or 12261912. OLE color: 12261912.
HSL color Cylindrical-coordinate representation of color #181ABB: hue angle of 239.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181ABB is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 26 | 187 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.27 |
| HSL | 239.26º | 0.77% | 0.41% | - |
| HSV(B) | 239.26º | 0.87% | 0.73% | - |
| XYZ | 9.72 | 4.52 | 47.37 | - |
| YUV | 43.76 | 208.84 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 187 | 0.87 | 0.86 | 0 | 0.27 | 239.26 | 0.77 | 0.41 |
| Hex | 18 | 1A | BB | 57 | 56 | 0 | 1B | EF | 4D | 29 |
| Octal | 30 | 32 | 273 | 127 | 126 | 0 | 33 | 357 | 115 | 51 |
| Binary | 11000 | 11010 | 10111011 | 1010111 | 1010110 | 0 | 11011 | 11101111 | 1001101 | 101001 |
Color Harmonies of #181ABB
Complementary color
Monochromatic Colors of #181ABB
Black with #181ABB
Text Example
Text Example
White with #181ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181ABB; }
p { color: rgb(24,26,187); }
H1.HeaderClassName
{
color: #181ABB;
}
.AnyTagClassName
{
color: #181ABB;
}
</style>
background-color css
<style>
a { background-color: #181ABB; }
a { background-color: rgb(24,26,187); }
div.DivClassName
{
background-color: #181ABB;
}
.BgClassName
{
background-color: #181ABB;
}
</style>
border-color css
<style>
span { border-color: #181ABB; }
span { border-color: rgb(24,26,187); }
td.TdClassName
{
border-color: #181ABB;
}
.TagClassName
{
border-color: #181ABB;
}
</style>