Shades of Persian Blue #183AC0
Tints of Persian Blue #183AC0
RGB
CMYK
RGB Variations
Color information
#183AC0 (or 0x183AC0) is known color: Persian Blue. HEX triplet: 18, 3A and C0. RGB value is (24,58,192). Sum of RGB (Red+Green+Blue) = 24+58+192=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #183AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183AC0 is #E7C53F. Grayscale: #3E3E3E. Windows color (decimal): -15189312 or 12597784. OLE color: 12597784.
HSL color Cylindrical-coordinate representation of color #183AC0: hue angle of 227.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183AC0 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 58 | 192 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.25 |
| HSL | 227.86º | 0.78% | 0.42% | - |
| HSV(B) | 227.86º | 0.88% | 0.75% | - |
| XYZ | 11.4 | 7.03 | 50.62 | - |
| YUV | 63.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 192 | 0.88 | 0.70 | 0 | 0.25 | 227.86 | 0.78 | 0.42 |
| Hex | 18 | 3A | C0 | 58 | 46 | 0 | 19 | E4 | 4E | 2A |
| Octal | 30 | 72 | 300 | 130 | 106 | 0 | 31 | 344 | 116 | 52 |
| Binary | 11000 | 111010 | 11000000 | 1011000 | 1000110 | 0 | 11001 | 11100100 | 1001110 | 101010 |
Color Harmonies of #183AC0
Complementary color
Monochromatic Colors of #183AC0
Black with #183AC0
Text Example
Text Example
White with #183AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AC0; }
p { color: rgb(24,58,192); }
H1.HeaderClassName
{
color: #183AC0;
}
.AnyTagClassName
{
color: #183AC0;
}
</style>
background-color css
<style>
a { background-color: #183AC0; }
a { background-color: rgb(24,58,192); }
div.DivClassName
{
background-color: #183AC0;
}
.BgClassName
{
background-color: #183AC0;
}
</style>
border-color css
<style>
span { border-color: #183AC0; }
span { border-color: rgb(24,58,192); }
td.TdClassName
{
border-color: #183AC0;
}
.TagClassName
{
border-color: #183AC0;
}
</style>