Shades of Persian Blue #183BC5
Tints of Persian Blue #183BC5
RGB
CMYK
RGB Variations
Color information
#183BC5 (or 0x183BC5) is known color: Persian Blue. HEX triplet: 18, 3B and C5. RGB value is (24,59,197). Sum of RGB (Red+Green+Blue) = 24+59+197=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #183BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BC5 is #E7C43A. Grayscale: #3F3F3F. Windows color (decimal): -15189051 or 12925720. OLE color: 12925720.
HSL color Cylindrical-coordinate representation of color #183BC5: hue angle of 227.86º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183BC5 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 59 | 197 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.23 |
| HSL | 227.86º | 0.78% | 0.43% | - |
| HSV(B) | 227.86º | 0.88% | 0.77% | - |
| XYZ | 12.02 | 7.35 | 53.61 | - |
| YUV | 64.27 | 202.9 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 197 | 0.88 | 0.70 | 0 | 0.23 | 227.86 | 0.78 | 0.43 |
| Hex | 18 | 3B | C5 | 58 | 46 | 0 | 17 | E4 | 4E | 2B |
| Octal | 30 | 73 | 305 | 130 | 106 | 0 | 27 | 344 | 116 | 53 |
| Binary | 11000 | 111011 | 11000101 | 1011000 | 1000110 | 0 | 10111 | 11100100 | 1001110 | 101011 |
Color Harmonies of #183BC5
Complementary color
Monochromatic Colors of #183BC5
Black with #183BC5
Text Example
Text Example
White with #183BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BC5; }
p { color: rgb(24,59,197); }
H1.HeaderClassName
{
color: #183BC5;
}
.AnyTagClassName
{
color: #183BC5;
}
</style>
background-color css
<style>
a { background-color: #183BC5; }
a { background-color: rgb(24,59,197); }
div.DivClassName
{
background-color: #183BC5;
}
.BgClassName
{
background-color: #183BC5;
}
</style>
border-color css
<style>
span { border-color: #183BC5; }
span { border-color: rgb(24,59,197); }
td.TdClassName
{
border-color: #183BC5;
}
.TagClassName
{
border-color: #183BC5;
}
</style>