Shades of Persian Blue #182EEC
Tints of Persian Blue #182EEC
RGB
CMYK
RGB Variations
Color information
#182EEC (or 0x182EEC) is known color: Persian Blue. HEX triplet: 18, 2E and EC. RGB value is (24,46,236). Sum of RGB (Red+Green+Blue) = 24+46+236=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #182EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182EEC is #E7D113. Grayscale: #3C3C3C. Windows color (decimal): -15192340 or 15478296. OLE color: 15478296.
HSL color Cylindrical-coordinate representation of color #182EEC: hue angle of 233.77º 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 #182EEC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 46 | 236 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.07 |
| HSL | 233.77º | 0.85% | 0.51% | - |
| HSV(B) | 233.77º | 0.9% | 0.93% | - |
| XYZ | 16.49 | 8.2 | 80.07 | - |
| YUV | 61.08 | 226.71 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 236 | 0.90 | 0.81 | 0 | 0.07 | 233.77 | 0.85 | 0.51 |
| Hex | 18 | 2E | EC | 5A | 51 | 0 | 7 | EA | 55 | 33 |
| Octal | 30 | 56 | 354 | 132 | 121 | 0 | 7 | 352 | 125 | 63 |
| Binary | 11000 | 101110 | 11101100 | 1011010 | 1010001 | 0 | 111 | 11101010 | 1010101 | 110011 |
Color Harmonies of #182EEC
Complementary color
Monochromatic Colors of #182EEC
Black with #182EEC
Text Example
Text Example
White with #182EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182EEC; }
p { color: rgb(24,46,236); }
H1.HeaderClassName
{
color: #182EEC;
}
.AnyTagClassName
{
color: #182EEC;
}
</style>
background-color css
<style>
a { background-color: #182EEC; }
a { background-color: rgb(24,46,236); }
div.DivClassName
{
background-color: #182EEC;
}
.BgClassName
{
background-color: #182EEC;
}
</style>
border-color css
<style>
span { border-color: #182EEC; }
span { border-color: rgb(24,46,236); }
td.TdClassName
{
border-color: #182EEC;
}
.TagClassName
{
border-color: #182EEC;
}
</style>