Shades of Persian Blue #182CEB
Tints of Persian Blue #182CEB
RGB
CMYK
RGB Variations
Color information
#182CEB (or 0x182CEB) is known color: Persian Blue. HEX triplet: 18, 2C and EB. RGB value is (24,44,235). Sum of RGB (Red+Green+Blue) = 24+44+235=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #182CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182CEB is #E7D314. Grayscale: #3B3B3B. Windows color (decimal): -15192853 or 15412248. OLE color: 15412248.
HSL color Cylindrical-coordinate representation of color #182CEB: hue angle of 234.31º 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 #182CEB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 44 | 235 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.08 |
| HSL | 234.31º | 0.84% | 0.51% | - |
| HSV(B) | 234.31º | 0.9% | 0.92% | - |
| XYZ | 16.27 | 7.99 | 79.28 | - |
| YUV | 59.79 | 226.87 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 235 | 0.90 | 0.81 | 0 | 0.08 | 234.31 | 0.84 | 0.51 |
| Hex | 18 | 2C | EB | 5A | 51 | 0 | 8 | EA | 54 | 33 |
| Octal | 30 | 54 | 353 | 132 | 121 | 0 | 10 | 352 | 124 | 63 |
| Binary | 11000 | 101100 | 11101011 | 1011010 | 1010001 | 0 | 1000 | 11101010 | 1010100 | 110011 |
Color Harmonies of #182CEB
Complementary color
Monochromatic Colors of #182CEB
Black with #182CEB
Text Example
Text Example
White with #182CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CEB; }
p { color: rgb(24,44,235); }
H1.HeaderClassName
{
color: #182CEB;
}
.AnyTagClassName
{
color: #182CEB;
}
</style>
background-color css
<style>
a { background-color: #182CEB; }
a { background-color: rgb(24,44,235); }
div.DivClassName
{
background-color: #182CEB;
}
.BgClassName
{
background-color: #182CEB;
}
</style>
border-color css
<style>
span { border-color: #182CEB; }
span { border-color: rgb(24,44,235); }
td.TdClassName
{
border-color: #182CEB;
}
.TagClassName
{
border-color: #182CEB;
}
</style>