Shades of Persian Blue #182DC8
Tints of Persian Blue #182DC8
RGB
CMYK
RGB Variations
Color information
#182DC8 (or 0x182DC8) is known color: Persian Blue. HEX triplet: 18, 2D and C8. RGB value is (24,45,200). Sum of RGB (Red+Green+Blue) = 24+45+200=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 200 (78.52% from 255 or 74.35% from 269); Max value from RGB is 200 - color contains mainly: blue. Hex color #182DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DC8 is #E7D237. Grayscale: #373737. Windows color (decimal): -15192632 or 13118744. OLE color: 13118744.
HSL color Cylindrical-coordinate representation of color #182DC8: hue angle of 232.84º 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 #182DC8 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 45 | 200 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.22 |
| HSL | 232.84º | 0.79% | 0.44% | - |
| HSV(B) | 232.84º | 0.88% | 0.78% | - |
| XYZ | 11.74 | 6.24 | 55.23 | - |
| YUV | 56.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 200 | 0.88 | 0.78 | 0 | 0.22 | 232.84 | 0.79 | 0.44 |
| Hex | 18 | 2D | C8 | 58 | 4E | 0 | 16 | E9 | 4F | 2C |
| Octal | 30 | 55 | 310 | 130 | 116 | 0 | 26 | 351 | 117 | 54 |
| Binary | 11000 | 101101 | 11001000 | 1011000 | 1001110 | 0 | 10110 | 11101001 | 1001111 | 101100 |
Color Harmonies of #182DC8
Complementary color
Monochromatic Colors of #182DC8
Black with #182DC8
Text Example
Text Example
White with #182DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DC8; }
p { color: rgb(24,45,200); }
H1.HeaderClassName
{
color: #182DC8;
}
.AnyTagClassName
{
color: #182DC8;
}
</style>
background-color css
<style>
a { background-color: #182DC8; }
a { background-color: rgb(24,45,200); }
div.DivClassName
{
background-color: #182DC8;
}
.BgClassName
{
background-color: #182DC8;
}
</style>
border-color css
<style>
span { border-color: #182DC8; }
span { border-color: rgb(24,45,200); }
td.TdClassName
{
border-color: #182DC8;
}
.TagClassName
{
border-color: #182DC8;
}
</style>