Shades of Persian Blue #182FE9
Tints of Persian Blue #182FE9
RGB
CMYK
RGB Variations
Color information
#182FE9 (or 0x182FE9) is known color: Persian Blue. HEX triplet: 18, 2F and E9. RGB value is (24,47,233). Sum of RGB (Red+Green+Blue) = 24+47+233=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 233 (91.41% from 255 or 76.64% from 304); Max value from RGB is 233 - color contains mainly: blue. Hex color #182FE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182FE9 is #E7D016. Grayscale: #3C3C3C. Windows color (decimal): -15192087 or 15281944. OLE color: 15281944.
HSL color Cylindrical-coordinate representation of color #182FE9: hue angle of 233.4º 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 #182FE9 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 47 | 233 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.09 |
| HSL | 233.4º | 0.83% | 0.5% | - |
| HSV(B) | 233.4º | 0.9% | 0.91% | - |
| XYZ | 16.1 | 8.11 | 77.81 | - |
| YUV | 61.33 | 224.88 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 233 | 0.90 | 0.80 | 0 | 0.09 | 233.4 | 0.83 | 0.5 |
| Hex | 18 | 2F | E9 | 5A | 50 | 0 | 9 | E9 | 53 | 32 |
| Octal | 30 | 57 | 351 | 132 | 120 | 0 | 11 | 351 | 123 | 62 |
| Binary | 11000 | 101111 | 11101001 | 1011010 | 1010000 | 0 | 1001 | 11101001 | 1010011 | 110010 |
Color Harmonies of #182FE9
Complementary color
Monochromatic Colors of #182FE9
Black with #182FE9
Text Example
Text Example
White with #182FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182FE9; }
p { color: rgb(24,47,233); }
H1.HeaderClassName
{
color: #182FE9;
}
.AnyTagClassName
{
color: #182FE9;
}
</style>
background-color css
<style>
a { background-color: #182FE9; }
a { background-color: rgb(24,47,233); }
div.DivClassName
{
background-color: #182FE9;
}
.BgClassName
{
background-color: #182FE9;
}
</style>
border-color css
<style>
span { border-color: #182FE9; }
span { border-color: rgb(24,47,233); }
td.TdClassName
{
border-color: #182FE9;
}
.TagClassName
{
border-color: #182FE9;
}
</style>