Shades of Persian Blue #183FEC
Tints of Persian Blue #183FEC
RGB
CMYK
RGB Variations
Color information
#183FEC (or 0x183FEC) is known color: Persian Blue. HEX triplet: 18, 3F and EC. RGB value is (24,63,236). Sum of RGB (Red+Green+Blue) = 24+63+236=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #183FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183FEC is #E7C013. Grayscale: #464646. Windows color (decimal): -15187988 or 15482648. OLE color: 15482648.
HSL color Cylindrical-coordinate representation of color #183FEC: hue angle of 228.96º 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 #183FEC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 63 | 236 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.07 |
| HSL | 228.96º | 0.85% | 0.51% | - |
| HSV(B) | 228.96º | 0.9% | 0.93% | - |
| XYZ | 17.29 | 9.81 | 80.34 | - |
| YUV | 71.06 | 221.08 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 236 | 0.90 | 0.73 | 0 | 0.07 | 228.96 | 0.85 | 0.51 |
| Hex | 18 | 3F | EC | 5A | 49 | 0 | 7 | E5 | 55 | 33 |
| Octal | 30 | 77 | 354 | 132 | 111 | 0 | 7 | 345 | 125 | 63 |
| Binary | 11000 | 111111 | 11101100 | 1011010 | 1001001 | 0 | 111 | 11100101 | 1010101 | 110011 |
Color Harmonies of #183FEC
Complementary color
Monochromatic Colors of #183FEC
Black with #183FEC
Text Example
Text Example
White with #183FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FEC; }
p { color: rgb(24,63,236); }
H1.HeaderClassName
{
color: #183FEC;
}
.AnyTagClassName
{
color: #183FEC;
}
</style>
background-color css
<style>
a { background-color: #183FEC; }
a { background-color: rgb(24,63,236); }
div.DivClassName
{
background-color: #183FEC;
}
.BgClassName
{
background-color: #183FEC;
}
</style>
border-color css
<style>
span { border-color: #183FEC; }
span { border-color: rgb(24,63,236); }
td.TdClassName
{
border-color: #183FEC;
}
.TagClassName
{
border-color: #183FEC;
}
</style>