Shades of Persian Blue #181DB2
Tints of Persian Blue #181DB2
RGB
CMYK
RGB Variations
Color information
#181DB2 (or 0x181DB2) is known color: Persian Blue. HEX triplet: 18, 1D and B2. RGB value is (24,29,178). Sum of RGB (Red+Green+Blue) = 24+29+178=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 178 (69.92% from 255 or 77.06% from 231); Max value from RGB is 178 - color contains mainly: blue. Hex color #181DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181DB2 is #E7E24D. Grayscale: #2B2B2B. Windows color (decimal): -15196750 or 11672856. OLE color: 11672856.
HSL color Cylindrical-coordinate representation of color #181DB2: hue angle of 238.05º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181DB2 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 29 | 178 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.30 |
| HSL | 238.05º | 0.76% | 0.4% | - |
| HSV(B) | 238.05º | 0.87% | 0.7% | - |
| XYZ | 8.85 | 4.29 | 42.48 | - |
| YUV | 44.49 | 203.34 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 178 | 0.87 | 0.84 | 0 | 0.30 | 238.05 | 0.76 | 0.4 |
| Hex | 18 | 1D | B2 | 57 | 54 | 0 | 1E | EE | 4C | 28 |
| Octal | 30 | 35 | 262 | 127 | 124 | 0 | 36 | 356 | 114 | 50 |
| Binary | 11000 | 11101 | 10110010 | 1010111 | 1010100 | 0 | 11110 | 11101110 | 1001100 | 101000 |
Color Harmonies of #181DB2
Complementary color
Monochromatic Colors of #181DB2
Black with #181DB2
Text Example
Text Example
White with #181DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DB2; }
p { color: rgb(24,29,178); }
H1.HeaderClassName
{
color: #181DB2;
}
.AnyTagClassName
{
color: #181DB2;
}
</style>
background-color css
<style>
a { background-color: #181DB2; }
a { background-color: rgb(24,29,178); }
div.DivClassName
{
background-color: #181DB2;
}
.BgClassName
{
background-color: #181DB2;
}
</style>
border-color css
<style>
span { border-color: #181DB2; }
span { border-color: rgb(24,29,178); }
td.TdClassName
{
border-color: #181DB2;
}
.TagClassName
{
border-color: #181DB2;
}
</style>