Shades of Persian Blue #182BEB
Tints of Persian Blue #182BEB
RGB
CMYK
RGB Variations
Color information
#182BEB (or 0x182BEB) is known color: Persian Blue. HEX triplet: 18, 2B and EB. RGB value is (24,43,235). Sum of RGB (Red+Green+Blue) = 24+43+235=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #182BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182BEB is #E7D414. Grayscale: #3A3A3A. Windows color (decimal): -15193109 or 15411992. OLE color: 15411992.
HSL color Cylindrical-coordinate representation of color #182BEB: hue angle of 234.6º degrees, saturation: 0.84, 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 #182BEB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 43 | 235 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.08 |
| HSL | 234.6º | 0.84% | 0.51% | - |
| HSV(B) | 234.6º | 0.9% | 0.92% | - |
| XYZ | 16.24 | 7.92 | 79.27 | - |
| YUV | 59.21 | 227.21 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 235 | 0.90 | 0.82 | 0 | 0.08 | 234.6 | 0.84 | 0.51 |
| Hex | 18 | 2B | EB | 5A | 52 | 0 | 8 | EB | 54 | 33 |
| Octal | 30 | 53 | 353 | 132 | 122 | 0 | 10 | 353 | 124 | 63 |
| Binary | 11000 | 101011 | 11101011 | 1011010 | 1010010 | 0 | 1000 | 11101011 | 1010100 | 110011 |
Color Harmonies of #182BEB
Complementary color
Monochromatic Colors of #182BEB
Black with #182BEB
Text Example
Text Example
White with #182BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BEB; }
p { color: rgb(24,43,235); }
H1.HeaderClassName
{
color: #182BEB;
}
.AnyTagClassName
{
color: #182BEB;
}
</style>
background-color css
<style>
a { background-color: #182BEB; }
a { background-color: rgb(24,43,235); }
div.DivClassName
{
background-color: #182BEB;
}
.BgClassName
{
background-color: #182BEB;
}
</style>
border-color css
<style>
span { border-color: #182BEB; }
span { border-color: rgb(24,43,235); }
td.TdClassName
{
border-color: #182BEB;
}
.TagClassName
{
border-color: #182BEB;
}
</style>