Shades of Persian Blue #182DDD
Tints of Persian Blue #182DDD
RGB
CMYK
RGB Variations
Color information
#182DDD (or 0x182DDD) is known color: Persian Blue. HEX triplet: 18, 2D and DD. RGB value is (24,45,221). Sum of RGB (Red+Green+Blue) = 24+45+221=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #182DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DDD is #E7D222. Grayscale: #3A3A3A. Windows color (decimal): -15192611 or 14495000. OLE color: 14495000.
HSL color Cylindrical-coordinate representation of color #182DDD: hue angle of 233.6º 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 #182DDD is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 45 | 221 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.13 |
| HSL | 233.6º | 0.8% | 0.48% | - |
| HSV(B) | 233.6º | 0.89% | 0.87% | - |
| XYZ | 14.37 | 7.29 | 69.06 | - |
| YUV | 58.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 221 | 0.89 | 0.80 | 0 | 0.13 | 233.6 | 0.8 | 0.48 |
| Hex | 18 | 2D | DD | 59 | 50 | 0 | D | EA | 50 | 30 |
| Octal | 30 | 55 | 335 | 131 | 120 | 0 | 15 | 352 | 120 | 60 |
| Binary | 11000 | 101101 | 11011101 | 1011001 | 1010000 | 0 | 1101 | 11101010 | 1010000 | 110000 |
Color Harmonies of #182DDD
Complementary color
Monochromatic Colors of #182DDD
Black with #182DDD
Text Example
Text Example
White with #182DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DDD; }
p { color: rgb(24,45,221); }
H1.HeaderClassName
{
color: #182DDD;
}
.AnyTagClassName
{
color: #182DDD;
}
</style>
background-color css
<style>
a { background-color: #182DDD; }
a { background-color: rgb(24,45,221); }
div.DivClassName
{
background-color: #182DDD;
}
.BgClassName
{
background-color: #182DDD;
}
</style>
border-color css
<style>
span { border-color: #182DDD; }
span { border-color: rgb(24,45,221); }
td.TdClassName
{
border-color: #182DDD;
}
.TagClassName
{
border-color: #182DDD;
}
</style>