Shades of Persian Blue #182DB5
Tints of Persian Blue #182DB5
RGB
CMYK
RGB Variations
Color information
#182DB5 (or 0x182DB5) is known color: Persian Blue. HEX triplet: 18, 2D and B5. RGB value is (24,45,181). Sum of RGB (Red+Green+Blue) = 24+45+181=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 181 (71.09% from 255 or 72.4% from 250); Max value from RGB is 181 - color contains mainly: blue. Hex color #182DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DB5 is #E7D24A. Grayscale: #353535. Windows color (decimal): -15192651 or 11873560. OLE color: 11873560.
HSL color Cylindrical-coordinate representation of color #182DB5: hue angle of 231.97º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182DB5 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 45 | 181 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.29 |
| HSL | 231.97º | 0.77% | 0.4% | - |
| HSV(B) | 231.97º | 0.87% | 0.71% | - |
| XYZ | 9.66 | 5.41 | 44.25 | - |
| YUV | 54.23 | 199.54 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 181 | 0.87 | 0.75 | 0 | 0.29 | 231.97 | 0.77 | 0.4 |
| Hex | 18 | 2D | B5 | 57 | 4B | 0 | 1D | E8 | 4D | 28 |
| Octal | 30 | 55 | 265 | 127 | 113 | 0 | 35 | 350 | 115 | 50 |
| Binary | 11000 | 101101 | 10110101 | 1010111 | 1001011 | 0 | 11101 | 11101000 | 1001101 | 101000 |
Color Harmonies of #182DB5
Complementary color
Monochromatic Colors of #182DB5
Black with #182DB5
Text Example
Text Example
White with #182DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DB5; }
p { color: rgb(24,45,181); }
H1.HeaderClassName
{
color: #182DB5;
}
.AnyTagClassName
{
color: #182DB5;
}
</style>
background-color css
<style>
a { background-color: #182DB5; }
a { background-color: rgb(24,45,181); }
div.DivClassName
{
background-color: #182DB5;
}
.BgClassName
{
background-color: #182DB5;
}
</style>
border-color css
<style>
span { border-color: #182DB5; }
span { border-color: rgb(24,45,181); }
td.TdClassName
{
border-color: #182DB5;
}
.TagClassName
{
border-color: #182DB5;
}
</style>