Shades of Persian Blue #1830DC
Tints of Persian Blue #1830DC
RGB
CMYK
RGB Variations
Color information
#1830DC (or 0x1830DC) is known color: Persian Blue. HEX triplet: 18, 30 and DC. RGB value is (24,48,220). Sum of RGB (Red+Green+Blue) = 24+48+220=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #1830DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1830DC is #E7CF23. Grayscale: #3B3B3B. Windows color (decimal): -15191844 or 14430232. OLE color: 14430232.
HSL color Cylindrical-coordinate representation of color #1830DC: hue angle of 232.65º 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 #1830DC is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 48 | 220 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.14 |
| HSL | 232.65º | 0.8% | 0.48% | - |
| HSV(B) | 232.65º | 0.89% | 0.86% | - |
| XYZ | 14.35 | 7.48 | 68.4 | - |
| YUV | 60.43 | 218.05 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 220 | 0.89 | 0.78 | 0 | 0.14 | 232.65 | 0.8 | 0.48 |
| Hex | 18 | 30 | DC | 59 | 4E | 0 | E | E9 | 50 | 30 |
| Octal | 30 | 60 | 334 | 131 | 116 | 0 | 16 | 351 | 120 | 60 |
| Binary | 11000 | 110000 | 11011100 | 1011001 | 1001110 | 0 | 1110 | 11101001 | 1010000 | 110000 |
Color Harmonies of #1830DC
Complementary color
Monochromatic Colors of #1830DC
Black with #1830DC
Text Example
Text Example
White with #1830DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1830DC; }
p { color: rgb(24,48,220); }
H1.HeaderClassName
{
color: #1830DC;
}
.AnyTagClassName
{
color: #1830DC;
}
</style>
background-color css
<style>
a { background-color: #1830DC; }
a { background-color: rgb(24,48,220); }
div.DivClassName
{
background-color: #1830DC;
}
.BgClassName
{
background-color: #1830DC;
}
</style>
border-color css
<style>
span { border-color: #1830DC; }
span { border-color: rgb(24,48,220); }
td.TdClassName
{
border-color: #1830DC;
}
.TagClassName
{
border-color: #1830DC;
}
</style>