Shades of Persian Blue #182FED
Tints of Persian Blue #182FED
RGB
CMYK
RGB Variations
Color information
#182FED (or 0x182FED) is known color: Persian Blue. HEX triplet: 18, 2F and ED. RGB value is (24,47,237). Sum of RGB (Red+Green+Blue) = 24+47+237=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #182FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182FED is #E7D012. Grayscale: #3C3C3C. Windows color (decimal): -15192083 or 15544088. OLE color: 15544088.
HSL color Cylindrical-coordinate representation of color #182FED: hue angle of 233.52º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182FED is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 47 | 237 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.07 |
| HSL | 233.52º | 0.86% | 0.51% | - |
| HSV(B) | 233.52º | 0.9% | 0.93% | - |
| XYZ | 16.68 | 8.34 | 80.85 | - |
| YUV | 61.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 237 | 0.90 | 0.80 | 0 | 0.07 | 233.52 | 0.86 | 0.51 |
| Hex | 18 | 2F | ED | 5A | 50 | 0 | 7 | EA | 56 | 33 |
| Octal | 30 | 57 | 355 | 132 | 120 | 0 | 7 | 352 | 126 | 63 |
| Binary | 11000 | 101111 | 11101101 | 1011010 | 1010000 | 0 | 111 | 11101010 | 1010110 | 110011 |
Color Harmonies of #182FED
Complementary color
Monochromatic Colors of #182FED
Black with #182FED
Text Example
Text Example
White with #182FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182FED; }
p { color: rgb(24,47,237); }
H1.HeaderClassName
{
color: #182FED;
}
.AnyTagClassName
{
color: #182FED;
}
</style>
background-color css
<style>
a { background-color: #182FED; }
a { background-color: rgb(24,47,237); }
div.DivClassName
{
background-color: #182FED;
}
.BgClassName
{
background-color: #182FED;
}
</style>
border-color css
<style>
span { border-color: #182FED; }
span { border-color: rgb(24,47,237); }
td.TdClassName
{
border-color: #182FED;
}
.TagClassName
{
border-color: #182FED;
}
</style>