Shades of Persian Blue #182ACE
Tints of Persian Blue #182ACE
RGB
CMYK
RGB Variations
Color information
#182ACE (or 0x182ACE) is known color: Persian Blue. HEX triplet: 18, 2A and CE. RGB value is (24,42,206). Sum of RGB (Red+Green+Blue) = 24+42+206=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #182ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ACE is #E7D531. Grayscale: #363636. Windows color (decimal): -15193394 or 13511192. OLE color: 13511192.
HSL color Cylindrical-coordinate representation of color #182ACE: hue angle of 234.07º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182ACE is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 42 | 206 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.19 |
| HSL | 234.07º | 0.79% | 0.45% | - |
| HSV(B) | 234.07º | 0.88% | 0.81% | - |
| XYZ | 12.35 | 6.31 | 58.96 | - |
| YUV | 55.31 | 213.04 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 206 | 0.88 | 0.80 | 0 | 0.19 | 234.07 | 0.79 | 0.45 |
| Hex | 18 | 2A | CE | 58 | 50 | 0 | 13 | EA | 4F | 2D |
| Octal | 30 | 52 | 316 | 130 | 120 | 0 | 23 | 352 | 117 | 55 |
| Binary | 11000 | 101010 | 11001110 | 1011000 | 1010000 | 0 | 10011 | 11101010 | 1001111 | 101101 |
Color Harmonies of #182ACE
Complementary color
Monochromatic Colors of #182ACE
Black with #182ACE
Text Example
Text Example
White with #182ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182ACE; }
p { color: rgb(24,42,206); }
H1.HeaderClassName
{
color: #182ACE;
}
.AnyTagClassName
{
color: #182ACE;
}
</style>
background-color css
<style>
a { background-color: #182ACE; }
a { background-color: rgb(24,42,206); }
div.DivClassName
{
background-color: #182ACE;
}
.BgClassName
{
background-color: #182ACE;
}
</style>
border-color css
<style>
span { border-color: #182ACE; }
span { border-color: rgb(24,42,206); }
td.TdClassName
{
border-color: #182ACE;
}
.TagClassName
{
border-color: #182ACE;
}
</style>