Shades of Persian Blue #182DB1
Tints of Persian Blue #182DB1
RGB
CMYK
RGB Variations
Color information
#182DB1 (or 0x182DB1) is known color: Persian Blue. HEX triplet: 18, 2D and B1. RGB value is (24,45,177). Sum of RGB (Red+Green+Blue) = 24+45+177=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #182DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DB1 is #E7D24E. Grayscale: #353535. Windows color (decimal): -15192655 or 11611416. OLE color: 11611416.
HSL color Cylindrical-coordinate representation of color #182DB1: hue angle of 231.76º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182DB1 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 45 | 177 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.31 |
| HSL | 231.76º | 0.76% | 0.39% | - |
| HSV(B) | 231.76º | 0.86% | 0.69% | - |
| XYZ | 9.25 | 5.25 | 42.12 | - |
| YUV | 53.77 | 197.54 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 177 | 0.86 | 0.75 | 0 | 0.31 | 231.76 | 0.76 | 0.39 |
| Hex | 18 | 2D | B1 | 56 | 4B | 0 | 1F | E8 | 4C | 27 |
| Octal | 30 | 55 | 261 | 126 | 113 | 0 | 37 | 350 | 114 | 47 |
| Binary | 11000 | 101101 | 10110001 | 1010110 | 1001011 | 0 | 11111 | 11101000 | 1001100 | 100111 |
Color Harmonies of #182DB1
Complementary color
Monochromatic Colors of #182DB1
Black with #182DB1
Text Example
Text Example
White with #182DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DB1; }
p { color: rgb(24,45,177); }
H1.HeaderClassName
{
color: #182DB1;
}
.AnyTagClassName
{
color: #182DB1;
}
</style>
background-color css
<style>
a { background-color: #182DB1; }
a { background-color: rgb(24,45,177); }
div.DivClassName
{
background-color: #182DB1;
}
.BgClassName
{
background-color: #182DB1;
}
</style>
border-color css
<style>
span { border-color: #182DB1; }
span { border-color: rgb(24,45,177); }
td.TdClassName
{
border-color: #182DB1;
}
.TagClassName
{
border-color: #182DB1;
}
</style>