Shades of Persian Blue #182BDD
Tints of Persian Blue #182BDD
RGB
CMYK
RGB Variations
Color information
#182BDD (or 0x182BDD) is known color: Persian Blue. HEX triplet: 18, 2B and DD. RGB value is (24,43,221). Sum of RGB (Red+Green+Blue) = 24+43+221=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #182BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BDD is #E7D422. Grayscale: #383838. Windows color (decimal): -15193123 or 14494488. OLE color: 14494488.
HSL color Cylindrical-coordinate representation of color #182BDD: hue angle of 234.21º 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 #182BDD is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 43 | 221 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.13 |
| HSL | 234.21º | 0.8% | 0.48% | - |
| HSV(B) | 234.21º | 0.89% | 0.87% | - |
| XYZ | 14.29 | 7.14 | 69.03 | - |
| YUV | 57.61 | 220.21 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 221 | 0.89 | 0.81 | 0 | 0.13 | 234.21 | 0.8 | 0.48 |
| Hex | 18 | 2B | DD | 59 | 51 | 0 | D | EA | 50 | 30 |
| Octal | 30 | 53 | 335 | 131 | 121 | 0 | 15 | 352 | 120 | 60 |
| Binary | 11000 | 101011 | 11011101 | 1011001 | 1010001 | 0 | 1101 | 11101010 | 1010000 | 110000 |
Color Harmonies of #182BDD
Complementary color
Monochromatic Colors of #182BDD
Black with #182BDD
Text Example
Text Example
White with #182BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BDD; }
p { color: rgb(24,43,221); }
H1.HeaderClassName
{
color: #182BDD;
}
.AnyTagClassName
{
color: #182BDD;
}
</style>
background-color css
<style>
a { background-color: #182BDD; }
a { background-color: rgb(24,43,221); }
div.DivClassName
{
background-color: #182BDD;
}
.BgClassName
{
background-color: #182BDD;
}
</style>
border-color css
<style>
span { border-color: #182BDD; }
span { border-color: rgb(24,43,221); }
td.TdClassName
{
border-color: #182BDD;
}
.TagClassName
{
border-color: #182BDD;
}
</style>