Shades of Persian Blue #182DDE
Tints of Persian Blue #182DDE
RGB
CMYK
RGB Variations
Color information
#182DDE (or 0x182DDE) is known color: Persian Blue. HEX triplet: 18, 2D and DE. RGB value is (24,45,222). Sum of RGB (Red+Green+Blue) = 24+45+222=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 222 (87.11% from 255 or 76.29% from 291); Max value from RGB is 222 - color contains mainly: blue. Hex color #182DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DDE is #E7D221. Grayscale: #3A3A3A. Windows color (decimal): -15192610 or 14560536. OLE color: 14560536.
HSL color Cylindrical-coordinate representation of color #182DDE: hue angle of 233.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182DDE is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 45 | 222 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.13 |
| HSL | 233.64º | 0.8% | 0.48% | - |
| HSV(B) | 233.64º | 0.89% | 0.87% | - |
| XYZ | 14.5 | 7.34 | 69.76 | - |
| YUV | 58.9 | 220.04 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 222 | 0.89 | 0.80 | 0 | 0.13 | 233.64 | 0.8 | 0.48 |
| Hex | 18 | 2D | DE | 59 | 50 | 0 | D | EA | 50 | 30 |
| Octal | 30 | 55 | 336 | 131 | 120 | 0 | 15 | 352 | 120 | 60 |
| Binary | 11000 | 101101 | 11011110 | 1011001 | 1010000 | 0 | 1101 | 11101010 | 1010000 | 110000 |
Color Harmonies of #182DDE
Complementary color
Monochromatic Colors of #182DDE
Black with #182DDE
Text Example
Text Example
White with #182DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DDE; }
p { color: rgb(24,45,222); }
H1.HeaderClassName
{
color: #182DDE;
}
.AnyTagClassName
{
color: #182DDE;
}
</style>
background-color css
<style>
a { background-color: #182DDE; }
a { background-color: rgb(24,45,222); }
div.DivClassName
{
background-color: #182DDE;
}
.BgClassName
{
background-color: #182DDE;
}
</style>
border-color css
<style>
span { border-color: #182DDE; }
span { border-color: rgb(24,45,222); }
td.TdClassName
{
border-color: #182DDE;
}
.TagClassName
{
border-color: #182DDE;
}
</style>