Shades of Persian Blue #182CDD
Tints of Persian Blue #182CDD
RGB
CMYK
RGB Variations
Color information
#182CDD (or 0x182CDD) is known color: Persian Blue. HEX triplet: 18, 2C and DD. RGB value is (24,44,221). Sum of RGB (Red+Green+Blue) = 24+44+221=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #182CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CDD is #E7D322. Grayscale: #393939. Windows color (decimal): -15192867 or 14494744. OLE color: 14494744.
HSL color Cylindrical-coordinate representation of color #182CDD: hue angle of 233.91º 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 #182CDD is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 44 | 221 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.13 |
| HSL | 233.91º | 0.8% | 0.48% | - |
| HSV(B) | 233.91º | 0.89% | 0.87% | - |
| XYZ | 14.33 | 7.22 | 69.04 | - |
| YUV | 58.2 | 219.87 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 221 | 0.89 | 0.80 | 0 | 0.13 | 233.91 | 0.8 | 0.48 |
| Hex | 18 | 2C | DD | 59 | 50 | 0 | D | EA | 50 | 30 |
| Octal | 30 | 54 | 335 | 131 | 120 | 0 | 15 | 352 | 120 | 60 |
| Binary | 11000 | 101100 | 11011101 | 1011001 | 1010000 | 0 | 1101 | 11101010 | 1010000 | 110000 |
Color Harmonies of #182CDD
Complementary color
Monochromatic Colors of #182CDD
Black with #182CDD
Text Example
Text Example
White with #182CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CDD; }
p { color: rgb(24,44,221); }
H1.HeaderClassName
{
color: #182CDD;
}
.AnyTagClassName
{
color: #182CDD;
}
</style>
background-color css
<style>
a { background-color: #182CDD; }
a { background-color: rgb(24,44,221); }
div.DivClassName
{
background-color: #182CDD;
}
.BgClassName
{
background-color: #182CDD;
}
</style>
border-color css
<style>
span { border-color: #182CDD; }
span { border-color: rgb(24,44,221); }
td.TdClassName
{
border-color: #182CDD;
}
.TagClassName
{
border-color: #182CDD;
}
</style>