Shades of Persian Blue #182ADC
Tints of Persian Blue #182ADC
RGB
CMYK
RGB Variations
Color information
#182ADC (or 0x182ADC) is known color: Persian Blue. HEX triplet: 18, 2A and DC. RGB value is (24,42,220). Sum of RGB (Red+Green+Blue) = 24+42+220=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #182ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ADC is #E7D523. Grayscale: #383838. Windows color (decimal): -15193380 or 14428696. OLE color: 14428696.
HSL color Cylindrical-coordinate representation of color #182ADC: hue angle of 234.49º 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 #182ADC is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 42 | 220 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.14 |
| HSL | 234.49º | 0.8% | 0.48% | - |
| HSV(B) | 234.49º | 0.89% | 0.86% | - |
| XYZ | 14.12 | 7.02 | 68.32 | - |
| YUV | 56.91 | 220.04 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 220 | 0.89 | 0.81 | 0 | 0.14 | 234.49 | 0.8 | 0.48 |
| Hex | 18 | 2A | DC | 59 | 51 | 0 | E | EA | 50 | 30 |
| Octal | 30 | 52 | 334 | 131 | 121 | 0 | 16 | 352 | 120 | 60 |
| Binary | 11000 | 101010 | 11011100 | 1011001 | 1010001 | 0 | 1110 | 11101010 | 1010000 | 110000 |
Color Harmonies of #182ADC
Complementary color
Monochromatic Colors of #182ADC
Black with #182ADC
Text Example
Text Example
White with #182ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182ADC; }
p { color: rgb(24,42,220); }
H1.HeaderClassName
{
color: #182ADC;
}
.AnyTagClassName
{
color: #182ADC;
}
</style>
background-color css
<style>
a { background-color: #182ADC; }
a { background-color: rgb(24,42,220); }
div.DivClassName
{
background-color: #182ADC;
}
.BgClassName
{
background-color: #182ADC;
}
</style>
border-color css
<style>
span { border-color: #182ADC; }
span { border-color: rgb(24,42,220); }
td.TdClassName
{
border-color: #182ADC;
}
.TagClassName
{
border-color: #182ADC;
}
</style>