Shades of Persian Blue #183ADC
Tints of Persian Blue #183ADC
RGB
CMYK
RGB Variations
Color information
#183ADC (or 0x183ADC) is known color: Persian Blue. HEX triplet: 18, 3A and DC. RGB value is (24,58,220). Sum of RGB (Red+Green+Blue) = 24+58+220=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #183ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ADC is #E7C523. Grayscale: #414141. Windows color (decimal): -15189284 or 14432792. OLE color: 14432792.
HSL color Cylindrical-coordinate representation of color #183ADC: hue angle of 229.59º 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 #183ADC is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 58 | 220 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.14 |
| HSL | 229.59º | 0.8% | 0.48% | - |
| HSV(B) | 229.59º | 0.89% | 0.86% | - |
| XYZ | 14.81 | 8.39 | 68.55 | - |
| YUV | 66.3 | 214.74 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 220 | 0.89 | 0.74 | 0 | 0.14 | 229.59 | 0.8 | 0.48 |
| Hex | 18 | 3A | DC | 59 | 4A | 0 | E | E6 | 50 | 30 |
| Octal | 30 | 72 | 334 | 131 | 112 | 0 | 16 | 346 | 120 | 60 |
| Binary | 11000 | 111010 | 11011100 | 1011001 | 1001010 | 0 | 1110 | 11100110 | 1010000 | 110000 |
Color Harmonies of #183ADC
Complementary color
Monochromatic Colors of #183ADC
Black with #183ADC
Text Example
Text Example
White with #183ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ADC; }
p { color: rgb(24,58,220); }
H1.HeaderClassName
{
color: #183ADC;
}
.AnyTagClassName
{
color: #183ADC;
}
</style>
background-color css
<style>
a { background-color: #183ADC; }
a { background-color: rgb(24,58,220); }
div.DivClassName
{
background-color: #183ADC;
}
.BgClassName
{
background-color: #183ADC;
}
</style>
border-color css
<style>
span { border-color: #183ADC; }
span { border-color: rgb(24,58,220); }
td.TdClassName
{
border-color: #183ADC;
}
.TagClassName
{
border-color: #183ADC;
}
</style>