Shades of Persian Blue #182EC8
Tints of Persian Blue #182EC8
RGB
CMYK
RGB Variations
Color information
#182EC8 (or 0x182EC8) is known color: Persian Blue. HEX triplet: 18, 2E and C8. RGB value is (24,46,200). Sum of RGB (Red+Green+Blue) = 24+46+200=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 200 (78.52% from 255 or 74.07% from 270); Max value from RGB is 200 - color contains mainly: blue. Hex color #182EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182EC8 is #E7D137. Grayscale: #383838. Windows color (decimal): -15192376 or 13119000. OLE color: 13119000.
HSL color Cylindrical-coordinate representation of color #182EC8: hue angle of 232.5º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182EC8 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 46 | 200 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.22 |
| HSL | 232.5º | 0.79% | 0.44% | - |
| HSV(B) | 232.5º | 0.88% | 0.78% | - |
| XYZ | 11.78 | 6.32 | 55.24 | - |
| YUV | 56.98 | 208.71 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 200 | 0.88 | 0.77 | 0 | 0.22 | 232.5 | 0.79 | 0.44 |
| Hex | 18 | 2E | C8 | 58 | 4D | 0 | 16 | E8 | 4F | 2C |
| Octal | 30 | 56 | 310 | 130 | 115 | 0 | 26 | 350 | 117 | 54 |
| Binary | 11000 | 101110 | 11001000 | 1011000 | 1001101 | 0 | 10110 | 11101000 | 1001111 | 101100 |
Color Harmonies of #182EC8
Complementary color
Monochromatic Colors of #182EC8
Black with #182EC8
Text Example
Text Example
White with #182EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182EC8; }
p { color: rgb(24,46,200); }
H1.HeaderClassName
{
color: #182EC8;
}
.AnyTagClassName
{
color: #182EC8;
}
</style>
background-color css
<style>
a { background-color: #182EC8; }
a { background-color: rgb(24,46,200); }
div.DivClassName
{
background-color: #182EC8;
}
.BgClassName
{
background-color: #182EC8;
}
</style>
border-color css
<style>
span { border-color: #182EC8; }
span { border-color: rgb(24,46,200); }
td.TdClassName
{
border-color: #182EC8;
}
.TagClassName
{
border-color: #182EC8;
}
</style>