Shades of Persian Blue #181DBB
Tints of Persian Blue #181DBB
RGB
CMYK
RGB Variations
Color information
#181DBB (or 0x181DBB) is known color: Persian Blue. HEX triplet: 18, 1D and BB. RGB value is (24,29,187). Sum of RGB (Red+Green+Blue) = 24+29+187=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #181DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DBB is #E7E244. Grayscale: #2C2C2C. Windows color (decimal): -15196741 or 12262680. OLE color: 12262680.
HSL color Cylindrical-coordinate representation of color #181DBB: hue angle of 238.16º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181DBB is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 29 | 187 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.27 |
| HSL | 238.16º | 0.77% | 0.41% | - |
| HSV(B) | 238.16º | 0.87% | 0.73% | - |
| XYZ | 9.79 | 4.66 | 47.4 | - |
| YUV | 45.52 | 207.84 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 187 | 0.87 | 0.84 | 0 | 0.27 | 238.16 | 0.77 | 0.41 |
| Hex | 18 | 1D | BB | 57 | 54 | 0 | 1B | EE | 4D | 29 |
| Octal | 30 | 35 | 273 | 127 | 124 | 0 | 33 | 356 | 115 | 51 |
| Binary | 11000 | 11101 | 10111011 | 1010111 | 1010100 | 0 | 11011 | 11101110 | 1001101 | 101001 |
Color Harmonies of #181DBB
Complementary color
Monochromatic Colors of #181DBB
Black with #181DBB
Text Example
Text Example
White with #181DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DBB; }
p { color: rgb(24,29,187); }
H1.HeaderClassName
{
color: #181DBB;
}
.AnyTagClassName
{
color: #181DBB;
}
</style>
background-color css
<style>
a { background-color: #181DBB; }
a { background-color: rgb(24,29,187); }
div.DivClassName
{
background-color: #181DBB;
}
.BgClassName
{
background-color: #181DBB;
}
</style>
border-color css
<style>
span { border-color: #181DBB; }
span { border-color: rgb(24,29,187); }
td.TdClassName
{
border-color: #181DBB;
}
.TagClassName
{
border-color: #181DBB;
}
</style>