Shades of Persian Blue #183DDD
Tints of Persian Blue #183DDD
RGB
CMYK
RGB Variations
Color information
#183DDD (or 0x183DDD) is known color: Persian Blue. HEX triplet: 18, 3D and DD. RGB value is (24,61,221). Sum of RGB (Red+Green+Blue) = 24+61+221=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #183DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DDD is #E7C222. Grayscale: #434343. Windows color (decimal): -15188515 or 14499096. OLE color: 14499096.
HSL color Cylindrical-coordinate representation of color #183DDD: hue angle of 228.73º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183DDD is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 61 | 221 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.13 |
| HSL | 228.73º | 0.8% | 0.48% | - |
| HSV(B) | 228.73º | 0.89% | 0.87% | - |
| XYZ | 15.1 | 8.75 | 69.3 | - |
| YUV | 68.18 | 214.24 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 221 | 0.89 | 0.72 | 0 | 0.13 | 228.73 | 0.8 | 0.48 |
| Hex | 18 | 3D | DD | 59 | 48 | 0 | D | E5 | 50 | 30 |
| Octal | 30 | 75 | 335 | 131 | 110 | 0 | 15 | 345 | 120 | 60 |
| Binary | 11000 | 111101 | 11011101 | 1011001 | 1001000 | 0 | 1101 | 11100101 | 1010000 | 110000 |
Color Harmonies of #183DDD
Complementary color
Monochromatic Colors of #183DDD
Black with #183DDD
Text Example
Text Example
White with #183DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DDD; }
p { color: rgb(24,61,221); }
H1.HeaderClassName
{
color: #183DDD;
}
.AnyTagClassName
{
color: #183DDD;
}
</style>
background-color css
<style>
a { background-color: #183DDD; }
a { background-color: rgb(24,61,221); }
div.DivClassName
{
background-color: #183DDD;
}
.BgClassName
{
background-color: #183DDD;
}
</style>
border-color css
<style>
span { border-color: #183DDD; }
span { border-color: rgb(24,61,221); }
td.TdClassName
{
border-color: #183DDD;
}
.TagClassName
{
border-color: #183DDD;
}
</style>