Shades of Persian Blue #182DEE
Tints of Persian Blue #182DEE
RGB
CMYK
RGB Variations
Color information
#182DEE (or 0x182DEE) is known color: Persian Blue. HEX triplet: 18, 2D and EE. RGB value is (24,45,238). Sum of RGB (Red+Green+Blue) = 24+45+238=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #182DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182DEE is #E7D211. Grayscale: #3B3B3B. Windows color (decimal): -15192594 or 15609112. OLE color: 15609112.
HSL color Cylindrical-coordinate representation of color #182DEE: hue angle of 234.11º 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 #182DEE is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 45 | 238 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.07 |
| HSL | 234.11º | 0.86% | 0.51% | - |
| HSV(B) | 234.11º | 0.9% | 0.93% | - |
| XYZ | 16.75 | 8.24 | 81.6 | - |
| YUV | 60.72 | 228.04 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 238 | 0.90 | 0.81 | 0 | 0.07 | 234.11 | 0.86 | 0.51 |
| Hex | 18 | 2D | EE | 5A | 51 | 0 | 7 | EA | 56 | 33 |
| Octal | 30 | 55 | 356 | 132 | 121 | 0 | 7 | 352 | 126 | 63 |
| Binary | 11000 | 101101 | 11101110 | 1011010 | 1010001 | 0 | 111 | 11101010 | 1010110 | 110011 |
Color Harmonies of #182DEE
Complementary color
Monochromatic Colors of #182DEE
Black with #182DEE
Text Example
Text Example
White with #182DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DEE; }
p { color: rgb(24,45,238); }
H1.HeaderClassName
{
color: #182DEE;
}
.AnyTagClassName
{
color: #182DEE;
}
</style>
background-color css
<style>
a { background-color: #182DEE; }
a { background-color: rgb(24,45,238); }
div.DivClassName
{
background-color: #182DEE;
}
.BgClassName
{
background-color: #182DEE;
}
</style>
border-color css
<style>
span { border-color: #182DEE; }
span { border-color: rgb(24,45,238); }
td.TdClassName
{
border-color: #182DEE;
}
.TagClassName
{
border-color: #182DEE;
}
</style>