Shades of Persian Blue #183BC1
Tints of Persian Blue #183BC1
RGB
CMYK
RGB Variations
Color information
#183BC1 (or 0x183BC1) is known color: Persian Blue. HEX triplet: 18, 3B and C1. RGB value is (24,59,193). Sum of RGB (Red+Green+Blue) = 24+59+193=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 193 (75.78% from 255 or 69.93% from 276); Max value from RGB is 193 - color contains mainly: blue. Hex color #183BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BC1 is #E7C43E. Grayscale: #3F3F3F. Windows color (decimal): -15189055 or 12663576. OLE color: 12663576.
HSL color Cylindrical-coordinate representation of color #183BC1: hue angle of 227.57º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183BC1 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 59 | 193 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.24 |
| HSL | 227.57º | 0.78% | 0.43% | - |
| HSV(B) | 227.57º | 0.88% | 0.76% | - |
| XYZ | 11.57 | 7.17 | 51.23 | - |
| YUV | 63.81 | 200.9 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 193 | 0.88 | 0.69 | 0 | 0.24 | 227.57 | 0.78 | 0.43 |
| Hex | 18 | 3B | C1 | 58 | 45 | 0 | 18 | E4 | 4E | 2B |
| Octal | 30 | 73 | 301 | 130 | 105 | 0 | 30 | 344 | 116 | 53 |
| Binary | 11000 | 111011 | 11000001 | 1011000 | 1000101 | 0 | 11000 | 11100100 | 1001110 | 101011 |
Color Harmonies of #183BC1
Complementary color
Monochromatic Colors of #183BC1
Black with #183BC1
Text Example
Text Example
White with #183BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BC1; }
p { color: rgb(24,59,193); }
H1.HeaderClassName
{
color: #183BC1;
}
.AnyTagClassName
{
color: #183BC1;
}
</style>
background-color css
<style>
a { background-color: #183BC1; }
a { background-color: rgb(24,59,193); }
div.DivClassName
{
background-color: #183BC1;
}
.BgClassName
{
background-color: #183BC1;
}
</style>
border-color css
<style>
span { border-color: #183BC1; }
span { border-color: rgb(24,59,193); }
td.TdClassName
{
border-color: #183BC1;
}
.TagClassName
{
border-color: #183BC1;
}
</style>