Shades of Persian Blue #182AC2
Tints of Persian Blue #182AC2
RGB
CMYK
RGB Variations
Color information
#182AC2 (or 0x182AC2) is known color: Persian Blue. HEX triplet: 18, 2A and C2. RGB value is (24,42,194). Sum of RGB (Red+Green+Blue) = 24+42+194=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 194 (76.17% from 255 or 74.62% from 260); Max value from RGB is 194 - color contains mainly: blue. Hex color #182AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182AC2 is #E7D53D. Grayscale: #353535. Windows color (decimal): -15193406 or 12724760. OLE color: 12724760.
HSL color Cylindrical-coordinate representation of color #182AC2: hue angle of 233.65º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182AC2 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 42 | 194 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.24 |
| HSL | 233.65º | 0.78% | 0.43% | - |
| HSV(B) | 233.65º | 0.88% | 0.76% | - |
| XYZ | 10.94 | 5.75 | 51.57 | - |
| YUV | 53.95 | 207.04 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 194 | 0.88 | 0.78 | 0 | 0.24 | 233.65 | 0.78 | 0.43 |
| Hex | 18 | 2A | C2 | 58 | 4E | 0 | 18 | EA | 4E | 2B |
| Octal | 30 | 52 | 302 | 130 | 116 | 0 | 30 | 352 | 116 | 53 |
| Binary | 11000 | 101010 | 11000010 | 1011000 | 1001110 | 0 | 11000 | 11101010 | 1001110 | 101011 |
Color Harmonies of #182AC2
Complementary color
Monochromatic Colors of #182AC2
Black with #182AC2
Text Example
Text Example
White with #182AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182AC2; }
p { color: rgb(24,42,194); }
H1.HeaderClassName
{
color: #182AC2;
}
.AnyTagClassName
{
color: #182AC2;
}
</style>
background-color css
<style>
a { background-color: #182AC2; }
a { background-color: rgb(24,42,194); }
div.DivClassName
{
background-color: #182AC2;
}
.BgClassName
{
background-color: #182AC2;
}
</style>
border-color css
<style>
span { border-color: #182AC2; }
span { border-color: rgb(24,42,194); }
td.TdClassName
{
border-color: #182AC2;
}
.TagClassName
{
border-color: #182AC2;
}
</style>