Shades of Persian Blue #183BDB
Tints of Persian Blue #183BDB
RGB
CMYK
RGB Variations
Color information
#183BDB (or 0x183BDB) is known color: Persian Blue. HEX triplet: 18, 3B and DB. RGB value is (24,59,219). Sum of RGB (Red+Green+Blue) = 24+59+219=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #183BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BDB is #E7C424. Grayscale: #424242. Windows color (decimal): -15189029 or 14367512. OLE color: 14367512.
HSL color Cylindrical-coordinate representation of color #183BDB: hue angle of 229.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183BDB is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 59 | 219 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.14 |
| HSL | 229.23º | 0.8% | 0.48% | - |
| HSV(B) | 229.23º | 0.89% | 0.86% | - |
| XYZ | 14.73 | 8.44 | 67.87 | - |
| YUV | 66.78 | 213.9 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 219 | 0.89 | 0.73 | 0 | 0.14 | 229.23 | 0.8 | 0.48 |
| Hex | 18 | 3B | DB | 59 | 49 | 0 | E | E5 | 50 | 30 |
| Octal | 30 | 73 | 333 | 131 | 111 | 0 | 16 | 345 | 120 | 60 |
| Binary | 11000 | 111011 | 11011011 | 1011001 | 1001001 | 0 | 1110 | 11100101 | 1010000 | 110000 |
Color Harmonies of #183BDB
Complementary color
Monochromatic Colors of #183BDB
Black with #183BDB
Text Example
Text Example
White with #183BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BDB; }
p { color: rgb(24,59,219); }
H1.HeaderClassName
{
color: #183BDB;
}
.AnyTagClassName
{
color: #183BDB;
}
</style>
background-color css
<style>
a { background-color: #183BDB; }
a { background-color: rgb(24,59,219); }
div.DivClassName
{
background-color: #183BDB;
}
.BgClassName
{
background-color: #183BDB;
}
</style>
border-color css
<style>
span { border-color: #183BDB; }
span { border-color: rgb(24,59,219); }
td.TdClassName
{
border-color: #183BDB;
}
.TagClassName
{
border-color: #183BDB;
}
</style>