Shades of Persian Blue #182CEE
Tints of Persian Blue #182CEE
RGB
CMYK
RGB Variations
Color information
#182CEE (or 0x182CEE) is known color: Persian Blue. HEX triplet: 18, 2C and EE. RGB value is (24,44,238). Sum of RGB (Red+Green+Blue) = 24+44+238=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #182CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182CEE is #E7D311. Grayscale: #3B3B3B. Windows color (decimal): -15192850 or 15608856. OLE color: 15608856.
HSL color Cylindrical-coordinate representation of color #182CEE: hue angle of 234.39º 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 #182CEE is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 44 | 238 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.07 |
| HSL | 234.39º | 0.86% | 0.51% | - |
| HSV(B) | 234.39º | 0.9% | 0.93% | - |
| XYZ | 16.71 | 8.17 | 81.58 | - |
| YUV | 60.14 | 228.37 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 238 | 0.90 | 0.82 | 0 | 0.07 | 234.39 | 0.86 | 0.51 |
| Hex | 18 | 2C | EE | 5A | 52 | 0 | 7 | EA | 56 | 33 |
| Octal | 30 | 54 | 356 | 132 | 122 | 0 | 7 | 352 | 126 | 63 |
| Binary | 11000 | 101100 | 11101110 | 1011010 | 1010010 | 0 | 111 | 11101010 | 1010110 | 110011 |
Color Harmonies of #182CEE
Complementary color
Monochromatic Colors of #182CEE
Black with #182CEE
Text Example
Text Example
White with #182CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CEE; }
p { color: rgb(24,44,238); }
H1.HeaderClassName
{
color: #182CEE;
}
.AnyTagClassName
{
color: #182CEE;
}
</style>
background-color css
<style>
a { background-color: #182CEE; }
a { background-color: rgb(24,44,238); }
div.DivClassName
{
background-color: #182CEE;
}
.BgClassName
{
background-color: #182CEE;
}
</style>
border-color css
<style>
span { border-color: #182CEE; }
span { border-color: rgb(24,44,238); }
td.TdClassName
{
border-color: #182CEE;
}
.TagClassName
{
border-color: #182CEE;
}
</style>