Shades of Persian Blue #182ABB
Tints of Persian Blue #182ABB
RGB
CMYK
RGB Variations
Color information
#182ABB (or 0x182ABB) is known color: Persian Blue. HEX triplet: 18, 2A and BB. RGB value is (24,42,187). Sum of RGB (Red+Green+Blue) = 24+42+187=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #182ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ABB is #E7D544. Grayscale: #343434. Windows color (decimal): -15193413 or 12266008. OLE color: 12266008.
HSL color Cylindrical-coordinate representation of color #182ABB: hue angle of 233.37º 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 #182ABB is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 42 | 187 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.27 |
| HSL | 233.37º | 0.77% | 0.41% | - |
| HSV(B) | 233.37º | 0.87% | 0.73% | - |
| XYZ | 10.17 | 5.44 | 47.53 | - |
| YUV | 53.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 187 | 0.87 | 0.78 | 0 | 0.27 | 233.37 | 0.77 | 0.41 |
| Hex | 18 | 2A | BB | 57 | 4E | 0 | 1B | E9 | 4D | 29 |
| Octal | 30 | 52 | 273 | 127 | 116 | 0 | 33 | 351 | 115 | 51 |
| Binary | 11000 | 101010 | 10111011 | 1010111 | 1001110 | 0 | 11011 | 11101001 | 1001101 | 101001 |
Color Harmonies of #182ABB
Complementary color
Monochromatic Colors of #182ABB
Black with #182ABB
Text Example
Text Example
White with #182ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182ABB; }
p { color: rgb(24,42,187); }
H1.HeaderClassName
{
color: #182ABB;
}
.AnyTagClassName
{
color: #182ABB;
}
</style>
background-color css
<style>
a { background-color: #182ABB; }
a { background-color: rgb(24,42,187); }
div.DivClassName
{
background-color: #182ABB;
}
.BgClassName
{
background-color: #182ABB;
}
</style>
border-color css
<style>
span { border-color: #182ABB; }
span { border-color: rgb(24,42,187); }
td.TdClassName
{
border-color: #182ABB;
}
.TagClassName
{
border-color: #182ABB;
}
</style>