Shades of Persian Blue #183DDB
Tints of Persian Blue #183DDB
RGB
CMYK
RGB Variations
Color information
#183DDB (or 0x183DDB) is known color: Persian Blue. HEX triplet: 18, 3D and DB. RGB value is (24,61,219). Sum of RGB (Red+Green+Blue) = 24+61+219=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #183DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DDB is #E7C224. Grayscale: #434343. Windows color (decimal): -15188517 or 14368024. OLE color: 14368024.
HSL color Cylindrical-coordinate representation of color #183DDB: hue angle of 228.62º 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 #183DDB is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 61 | 219 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.14 |
| HSL | 228.62º | 0.8% | 0.48% | - |
| HSV(B) | 228.62º | 0.89% | 0.86% | - |
| XYZ | 14.83 | 8.65 | 67.91 | - |
| YUV | 67.95 | 213.24 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 219 | 0.89 | 0.72 | 0 | 0.14 | 228.62 | 0.8 | 0.48 |
| Hex | 18 | 3D | DB | 59 | 48 | 0 | E | E5 | 50 | 30 |
| Octal | 30 | 75 | 333 | 131 | 110 | 0 | 16 | 345 | 120 | 60 |
| Binary | 11000 | 111101 | 11011011 | 1011001 | 1001000 | 0 | 1110 | 11100101 | 1010000 | 110000 |
Color Harmonies of #183DDB
Complementary color
Monochromatic Colors of #183DDB
Black with #183DDB
Text Example
Text Example
White with #183DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DDB; }
p { color: rgb(24,61,219); }
H1.HeaderClassName
{
color: #183DDB;
}
.AnyTagClassName
{
color: #183DDB;
}
</style>
background-color css
<style>
a { background-color: #183DDB; }
a { background-color: rgb(24,61,219); }
div.DivClassName
{
background-color: #183DDB;
}
.BgClassName
{
background-color: #183DDB;
}
</style>
border-color css
<style>
span { border-color: #183DDB; }
span { border-color: rgb(24,61,219); }
td.TdClassName
{
border-color: #183DDB;
}
.TagClassName
{
border-color: #183DDB;
}
</style>