Shades of Persian Blue #182ACC
Tints of Persian Blue #182ACC
RGB
CMYK
RGB Variations
Color information
#182ACC (or 0x182ACC) is known color: Persian Blue. HEX triplet: 18, 2A and CC. RGB value is (24,42,204). Sum of RGB (Red+Green+Blue) = 24+42+204=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #182ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ACC is #E7D533. Grayscale: #363636. Windows color (decimal): -15193396 or 13380120. OLE color: 13380120.
HSL color Cylindrical-coordinate representation of color #182ACC: hue angle of 234º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182ACC is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 42 | 204 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.2 |
| HSL | 234º | 0.79% | 0.45% | - |
| HSV(B) | 234º | 0.88% | 0.8% | - |
| XYZ | 12.1 | 6.21 | 57.69 | - |
| YUV | 55.09 | 212.04 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 204 | 0.88 | 0.79 | 0 | 0.2 | 234 | 0.79 | 0.45 |
| Hex | 18 | 2A | CC | 58 | 4F | 0 | 14 | EA | 4F | 2D |
| Octal | 30 | 52 | 314 | 130 | 117 | 0 | 24 | 352 | 117 | 55 |
| Binary | 11000 | 101010 | 11001100 | 1011000 | 1001111 | 0 | 10100 | 11101010 | 1001111 | 101101 |
Color Harmonies of #182ACC
Complementary color
Monochromatic Colors of #182ACC
Black with #182ACC
Text Example
Text Example
White with #182ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182ACC; }
p { color: rgb(24,42,204); }
H1.HeaderClassName
{
color: #182ACC;
}
.AnyTagClassName
{
color: #182ACC;
}
</style>
background-color css
<style>
a { background-color: #182ACC; }
a { background-color: rgb(24,42,204); }
div.DivClassName
{
background-color: #182ACC;
}
.BgClassName
{
background-color: #182ACC;
}
</style>
border-color css
<style>
span { border-color: #182ACC; }
span { border-color: rgb(24,42,204); }
td.TdClassName
{
border-color: #182ACC;
}
.TagClassName
{
border-color: #182ACC;
}
</style>