Shades of Persian Blue #182EEE
Tints of Persian Blue #182EEE
RGB
CMYK
RGB Variations
Color information
#182EEE (or 0x182EEE) is known color: Persian Blue. HEX triplet: 18, 2E and EE. RGB value is (24,46,238). Sum of RGB (Red+Green+Blue) = 24+46+238=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #182EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182EEE is #E7D111. Grayscale: #3C3C3C. Windows color (decimal): -15192338 or 15609368. OLE color: 15609368.
HSL color Cylindrical-coordinate representation of color #182EEE: hue angle of 233.83º 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 #182EEE is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 46 | 238 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.07 |
| HSL | 233.83º | 0.86% | 0.51% | - |
| HSV(B) | 233.83º | 0.9% | 0.93% | - |
| XYZ | 16.79 | 8.32 | 81.61 | - |
| YUV | 61.31 | 227.71 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 238 | 0.90 | 0.81 | 0 | 0.07 | 233.83 | 0.86 | 0.51 |
| Hex | 18 | 2E | EE | 5A | 51 | 0 | 7 | EA | 56 | 33 |
| Octal | 30 | 56 | 356 | 132 | 121 | 0 | 7 | 352 | 126 | 63 |
| Binary | 11000 | 101110 | 11101110 | 1011010 | 1010001 | 0 | 111 | 11101010 | 1010110 | 110011 |
Color Harmonies of #182EEE
Complementary color
Monochromatic Colors of #182EEE
Black with #182EEE
Text Example
Text Example
White with #182EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182EEE; }
p { color: rgb(24,46,238); }
H1.HeaderClassName
{
color: #182EEE;
}
.AnyTagClassName
{
color: #182EEE;
}
</style>
background-color css
<style>
a { background-color: #182EEE; }
a { background-color: rgb(24,46,238); }
div.DivClassName
{
background-color: #182EEE;
}
.BgClassName
{
background-color: #182EEE;
}
</style>
border-color css
<style>
span { border-color: #182EEE; }
span { border-color: rgb(24,46,238); }
td.TdClassName
{
border-color: #182EEE;
}
.TagClassName
{
border-color: #182EEE;
}
</style>