Shades of Persian Blue #182EE9
Tints of Persian Blue #182EE9
RGB
CMYK
RGB Variations
Color information
#182EE9 (or 0x182EE9) is known color: Persian Blue. HEX triplet: 18, 2E and E9. RGB value is (24,46,233). Sum of RGB (Red+Green+Blue) = 24+46+233=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 233 (91.41% from 255 or 76.90% from 303); Max value from RGB is 233 - color contains mainly: blue. Hex color #182EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182EE9 is #E7D116. Grayscale: #3B3B3B. Windows color (decimal): -15192343 or 15281688. OLE color: 15281688.
HSL color Cylindrical-coordinate representation of color #182EE9: hue angle of 233.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182EE9 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 46 | 233 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.09 |
| HSL | 233.68º | 0.83% | 0.5% | - |
| HSV(B) | 233.68º | 0.9% | 0.91% | - |
| XYZ | 16.06 | 8.03 | 77.79 | - |
| YUV | 60.74 | 225.21 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 233 | 0.90 | 0.80 | 0 | 0.09 | 233.68 | 0.83 | 0.5 |
| Hex | 18 | 2E | E9 | 5A | 50 | 0 | 9 | EA | 53 | 32 |
| Octal | 30 | 56 | 351 | 132 | 120 | 0 | 11 | 352 | 123 | 62 |
| Binary | 11000 | 101110 | 11101001 | 1011010 | 1010000 | 0 | 1001 | 11101010 | 1010011 | 110010 |
Color Harmonies of #182EE9
Complementary color
Monochromatic Colors of #182EE9
Black with #182EE9
Text Example
Text Example
White with #182EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182EE9; }
p { color: rgb(24,46,233); }
H1.HeaderClassName
{
color: #182EE9;
}
.AnyTagClassName
{
color: #182EE9;
}
</style>
background-color css
<style>
a { background-color: #182EE9; }
a { background-color: rgb(24,46,233); }
div.DivClassName
{
background-color: #182EE9;
}
.BgClassName
{
background-color: #182EE9;
}
</style>
border-color css
<style>
span { border-color: #182EE9; }
span { border-color: rgb(24,46,233); }
td.TdClassName
{
border-color: #182EE9;
}
.TagClassName
{
border-color: #182EE9;
}
</style>