Shades of Persian Blue #182BEC
Tints of Persian Blue #182BEC
RGB
CMYK
RGB Variations
Color information
#182BEC (or 0x182BEC) is known color: Persian Blue. HEX triplet: 18, 2B and EC. RGB value is (24,43,236). Sum of RGB (Red+Green+Blue) = 24+43+236=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #182BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182BEC is #E7D413. Grayscale: #3A3A3A. Windows color (decimal): -15193108 or 15477528. OLE color: 15477528.
HSL color Cylindrical-coordinate representation of color #182BEC: hue angle of 234.62º 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 #182BEC is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 43 | 236 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.07 |
| HSL | 234.62º | 0.85% | 0.51% | - |
| HSV(B) | 234.62º | 0.9% | 0.93% | - |
| XYZ | 16.38 | 7.98 | 80.03 | - |
| YUV | 59.32 | 227.71 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 236 | 0.90 | 0.82 | 0 | 0.07 | 234.62 | 0.85 | 0.51 |
| Hex | 18 | 2B | EC | 5A | 52 | 0 | 7 | EB | 55 | 33 |
| Octal | 30 | 53 | 354 | 132 | 122 | 0 | 7 | 353 | 125 | 63 |
| Binary | 11000 | 101011 | 11101100 | 1011010 | 1010010 | 0 | 111 | 11101011 | 1010101 | 110011 |
Color Harmonies of #182BEC
Complementary color
Monochromatic Colors of #182BEC
Black with #182BEC
Text Example
Text Example
White with #182BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BEC; }
p { color: rgb(24,43,236); }
H1.HeaderClassName
{
color: #182BEC;
}
.AnyTagClassName
{
color: #182BEC;
}
</style>
background-color css
<style>
a { background-color: #182BEC; }
a { background-color: rgb(24,43,236); }
div.DivClassName
{
background-color: #182BEC;
}
.BgClassName
{
background-color: #182BEC;
}
</style>
border-color css
<style>
span { border-color: #182BEC; }
span { border-color: rgb(24,43,236); }
td.TdClassName
{
border-color: #182BEC;
}
.TagClassName
{
border-color: #182BEC;
}
</style>