Shades of Persian Blue #182CEC
Tints of Persian Blue #182CEC
RGB
CMYK
RGB Variations
Color information
#182CEC (or 0x182CEC) is known color: Persian Blue. HEX triplet: 18, 2C and EC. RGB value is (24,44,236). Sum of RGB (Red+Green+Blue) = 24+44+236=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #182CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182CEC is #E7D313. Grayscale: #3B3B3B. Windows color (decimal): -15192852 or 15477784. OLE color: 15477784.
HSL color Cylindrical-coordinate representation of color #182CEC: hue angle of 234.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182CEC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 44 | 236 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.07 |
| HSL | 234.34º | 0.85% | 0.51% | - |
| HSV(B) | 234.34º | 0.9% | 0.93% | - |
| XYZ | 16.42 | 8.05 | 80.05 | - |
| YUV | 59.91 | 227.37 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 236 | 0.90 | 0.81 | 0 | 0.07 | 234.34 | 0.85 | 0.51 |
| Hex | 18 | 2C | EC | 5A | 51 | 0 | 7 | EA | 55 | 33 |
| Octal | 30 | 54 | 354 | 132 | 121 | 0 | 7 | 352 | 125 | 63 |
| Binary | 11000 | 101100 | 11101100 | 1011010 | 1010001 | 0 | 111 | 11101010 | 1010101 | 110011 |
Color Harmonies of #182CEC
Complementary color
Monochromatic Colors of #182CEC
Black with #182CEC
Text Example
Text Example
White with #182CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CEC; }
p { color: rgb(24,44,236); }
H1.HeaderClassName
{
color: #182CEC;
}
.AnyTagClassName
{
color: #182CEC;
}
</style>
background-color css
<style>
a { background-color: #182CEC; }
a { background-color: rgb(24,44,236); }
div.DivClassName
{
background-color: #182CEC;
}
.BgClassName
{
background-color: #182CEC;
}
</style>
border-color css
<style>
span { border-color: #182CEC; }
span { border-color: rgb(24,44,236); }
td.TdClassName
{
border-color: #182CEC;
}
.TagClassName
{
border-color: #182CEC;
}
</style>