Shades of Persian Blue #183ADB
Tints of Persian Blue #183ADB
RGB
CMYK
RGB Variations
Color information
#183ADB (or 0x183ADB) is known color: Persian Blue. HEX triplet: 18, 3A and DB. RGB value is (24,58,219). Sum of RGB (Red+Green+Blue) = 24+58+219=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #183ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ADB is #E7C524. Grayscale: #414141. Windows color (decimal): -15189285 or 14367256. OLE color: 14367256.
HSL color Cylindrical-coordinate representation of color #183ADB: hue angle of 229.54º 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 #183ADB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 58 | 219 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.14 |
| HSL | 229.54º | 0.8% | 0.48% | - |
| HSV(B) | 229.54º | 0.89% | 0.86% | - |
| XYZ | 14.68 | 8.33 | 67.85 | - |
| YUV | 66.19 | 214.24 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 219 | 0.89 | 0.74 | 0 | 0.14 | 229.54 | 0.8 | 0.48 |
| Hex | 18 | 3A | DB | 59 | 4A | 0 | E | E6 | 50 | 30 |
| Octal | 30 | 72 | 333 | 131 | 112 | 0 | 16 | 346 | 120 | 60 |
| Binary | 11000 | 111010 | 11011011 | 1011001 | 1001010 | 0 | 1110 | 11100110 | 1010000 | 110000 |
Color Harmonies of #183ADB
Complementary color
Monochromatic Colors of #183ADB
Black with #183ADB
Text Example
Text Example
White with #183ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ADB; }
p { color: rgb(24,58,219); }
H1.HeaderClassName
{
color: #183ADB;
}
.AnyTagClassName
{
color: #183ADB;
}
</style>
background-color css
<style>
a { background-color: #183ADB; }
a { background-color: rgb(24,58,219); }
div.DivClassName
{
background-color: #183ADB;
}
.BgClassName
{
background-color: #183ADB;
}
</style>
border-color css
<style>
span { border-color: #183ADB; }
span { border-color: rgb(24,58,219); }
td.TdClassName
{
border-color: #183ADB;
}
.TagClassName
{
border-color: #183ADB;
}
</style>