Shades of Persian Blue #182BEA
Tints of Persian Blue #182BEA
RGB
CMYK
RGB Variations
Color information
#182BEA (or 0x182BEA) is known color: Persian Blue. HEX triplet: 18, 2B and EA. RGB value is (24,43,234). Sum of RGB (Red+Green+Blue) = 24+43+234=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #182BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182BEA is #E7D415. Grayscale: #3A3A3A. Windows color (decimal): -15193110 or 15346456. OLE color: 15346456.
HSL color Cylindrical-coordinate representation of color #182BEA: hue angle of 234.57º 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 #182BEA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 43 | 234 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.08 |
| HSL | 234.57º | 0.83% | 0.51% | - |
| HSV(B) | 234.57º | 0.9% | 0.92% | - |
| XYZ | 16.09 | 7.86 | 78.51 | - |
| YUV | 59.09 | 226.71 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 234 | 0.90 | 0.82 | 0 | 0.08 | 234.57 | 0.83 | 0.51 |
| Hex | 18 | 2B | EA | 5A | 52 | 0 | 8 | EB | 53 | 33 |
| Octal | 30 | 53 | 352 | 132 | 122 | 0 | 10 | 353 | 123 | 63 |
| Binary | 11000 | 101011 | 11101010 | 1011010 | 1010010 | 0 | 1000 | 11101011 | 1010011 | 110011 |
Color Harmonies of #182BEA
Complementary color
Monochromatic Colors of #182BEA
Black with #182BEA
Text Example
Text Example
White with #182BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BEA; }
p { color: rgb(24,43,234); }
H1.HeaderClassName
{
color: #182BEA;
}
.AnyTagClassName
{
color: #182BEA;
}
</style>
background-color css
<style>
a { background-color: #182BEA; }
a { background-color: rgb(24,43,234); }
div.DivClassName
{
background-color: #182BEA;
}
.BgClassName
{
background-color: #182BEA;
}
</style>
border-color css
<style>
span { border-color: #182BEA; }
span { border-color: rgb(24,43,234); }
td.TdClassName
{
border-color: #182BEA;
}
.TagClassName
{
border-color: #182BEA;
}
</style>