Shades of Persian Blue #182CBA
Tints of Persian Blue #182CBA
RGB
CMYK
RGB Variations
Color information
#182CBA (or 0x182CBA) is known color: Persian Blue. HEX triplet: 18, 2C and BA. RGB value is (24,44,186). Sum of RGB (Red+Green+Blue) = 24+44+186=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #182CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CBA is #E7D345. Grayscale: #353535. Windows color (decimal): -15192902 or 12200984. OLE color: 12200984.
HSL color Cylindrical-coordinate representation of color #182CBA: hue angle of 232.59º 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 #182CBA is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 44 | 186 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.27 |
| HSL | 232.59º | 0.77% | 0.41% | - |
| HSV(B) | 232.59º | 0.87% | 0.73% | - |
| XYZ | 10.14 | 5.54 | 46.99 | - |
| YUV | 54.21 | 202.37 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 186 | 0.87 | 0.76 | 0 | 0.27 | 232.59 | 0.77 | 0.41 |
| Hex | 18 | 2C | BA | 57 | 4C | 0 | 1B | E9 | 4D | 29 |
| Octal | 30 | 54 | 272 | 127 | 114 | 0 | 33 | 351 | 115 | 51 |
| Binary | 11000 | 101100 | 10111010 | 1010111 | 1001100 | 0 | 11011 | 11101001 | 1001101 | 101001 |
Color Harmonies of #182CBA
Complementary color
Monochromatic Colors of #182CBA
Black with #182CBA
Text Example
Text Example
White with #182CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CBA; }
p { color: rgb(24,44,186); }
H1.HeaderClassName
{
color: #182CBA;
}
.AnyTagClassName
{
color: #182CBA;
}
</style>
background-color css
<style>
a { background-color: #182CBA; }
a { background-color: rgb(24,44,186); }
div.DivClassName
{
background-color: #182CBA;
}
.BgClassName
{
background-color: #182CBA;
}
</style>
border-color css
<style>
span { border-color: #182CBA; }
span { border-color: rgb(24,44,186); }
td.TdClassName
{
border-color: #182CBA;
}
.TagClassName
{
border-color: #182CBA;
}
</style>