Shades of Persian Blue #183CEC
Tints of Persian Blue #183CEC
RGB
CMYK
RGB Variations
Color information
#183CEC (or 0x183CEC) is known color: Persian Blue. HEX triplet: 18, 3C and EC. RGB value is (24,60,236). Sum of RGB (Red+Green+Blue) = 24+60+236=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #183CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CEC is #E7C313. Grayscale: #444444. Windows color (decimal): -15188756 or 15481880. OLE color: 15481880.
HSL color Cylindrical-coordinate representation of color #183CEC: hue angle of 229.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183CEC is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 60 | 236 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.07 |
| HSL | 229.81º | 0.85% | 0.51% | - |
| HSV(B) | 229.81º | 0.9% | 0.93% | - |
| XYZ | 17.13 | 9.48 | 80.28 | - |
| YUV | 69.3 | 222.07 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 236 | 0.90 | 0.75 | 0 | 0.07 | 229.81 | 0.85 | 0.51 |
| Hex | 18 | 3C | EC | 5A | 4B | 0 | 7 | E6 | 55 | 33 |
| Octal | 30 | 74 | 354 | 132 | 113 | 0 | 7 | 346 | 125 | 63 |
| Binary | 11000 | 111100 | 11101100 | 1011010 | 1001011 | 0 | 111 | 11100110 | 1010101 | 110011 |
Color Harmonies of #183CEC
Complementary color
Monochromatic Colors of #183CEC
Black with #183CEC
Text Example
Text Example
White with #183CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CEC; }
p { color: rgb(24,60,236); }
H1.HeaderClassName
{
color: #183CEC;
}
.AnyTagClassName
{
color: #183CEC;
}
</style>
background-color css
<style>
a { background-color: #183CEC; }
a { background-color: rgb(24,60,236); }
div.DivClassName
{
background-color: #183CEC;
}
.BgClassName
{
background-color: #183CEC;
}
</style>
border-color css
<style>
span { border-color: #183CEC; }
span { border-color: rgb(24,60,236); }
td.TdClassName
{
border-color: #183CEC;
}
.TagClassName
{
border-color: #183CEC;
}
</style>