Shades of Persian Blue #182EEA
Tints of Persian Blue #182EEA
RGB
CMYK
RGB Variations
Color information
#182EEA (or 0x182EEA) is known color: Persian Blue. HEX triplet: 18, 2E and EA. RGB value is (24,46,234). Sum of RGB (Red+Green+Blue) = 24+46+234=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #182EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182EEA is #E7D115. Grayscale: #3C3C3C. Windows color (decimal): -15192342 or 15347224. OLE color: 15347224.
HSL color Cylindrical-coordinate representation of color #182EEA: hue angle of 233.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182EEA is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 46 | 234 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.08 |
| HSL | 233.71º | 0.83% | 0.51% | - |
| HSV(B) | 233.71º | 0.9% | 0.92% | - |
| XYZ | 16.2 | 8.09 | 78.55 | - |
| YUV | 60.85 | 225.71 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 234 | 0.90 | 0.80 | 0 | 0.08 | 233.71 | 0.83 | 0.51 |
| Hex | 18 | 2E | EA | 5A | 50 | 0 | 8 | EA | 53 | 33 |
| Octal | 30 | 56 | 352 | 132 | 120 | 0 | 10 | 352 | 123 | 63 |
| Binary | 11000 | 101110 | 11101010 | 1011010 | 1010000 | 0 | 1000 | 11101010 | 1010011 | 110011 |
Color Harmonies of #182EEA
Complementary color
Monochromatic Colors of #182EEA
Black with #182EEA
Text Example
Text Example
White with #182EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182EEA; }
p { color: rgb(24,46,234); }
H1.HeaderClassName
{
color: #182EEA;
}
.AnyTagClassName
{
color: #182EEA;
}
</style>
background-color css
<style>
a { background-color: #182EEA; }
a { background-color: rgb(24,46,234); }
div.DivClassName
{
background-color: #182EEA;
}
.BgClassName
{
background-color: #182EEA;
}
</style>
border-color css
<style>
span { border-color: #182EEA; }
span { border-color: rgb(24,46,234); }
td.TdClassName
{
border-color: #182EEA;
}
.TagClassName
{
border-color: #182EEA;
}
</style>