Shades of Persian Blue #183FE0
Tints of Persian Blue #183FE0
RGB
CMYK
RGB Variations
Color information
#183FE0 (or 0x183FE0) is known color: Persian Blue. HEX triplet: 18, 3F and E0. RGB value is (24,63,224). Sum of RGB (Red+Green+Blue) = 24+63+224=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #183FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FE0 is #E7C01F. Grayscale: #454545. Windows color (decimal): -15188000 or 14696216. OLE color: 14696216.
HSL color Cylindrical-coordinate representation of color #183FE0: hue angle of 228.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183FE0 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 63 | 224 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.12 |
| HSL | 228.3º | 0.81% | 0.49% | - |
| HSV(B) | 228.3º | 0.89% | 0.88% | - |
| XYZ | 15.61 | 9.13 | 71.46 | - |
| YUV | 69.69 | 215.08 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 224 | 0.89 | 0.72 | 0 | 0.12 | 228.3 | 0.81 | 0.49 |
| Hex | 18 | 3F | E0 | 59 | 48 | 0 | C | E4 | 51 | 31 |
| Octal | 30 | 77 | 340 | 131 | 110 | 0 | 14 | 344 | 121 | 61 |
| Binary | 11000 | 111111 | 11100000 | 1011001 | 1001000 | 0 | 1100 | 11100100 | 1010001 | 110001 |
Color Harmonies of #183FE0
Complementary color
Monochromatic Colors of #183FE0
Black with #183FE0
Text Example
Text Example
White with #183FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FE0; }
p { color: rgb(24,63,224); }
H1.HeaderClassName
{
color: #183FE0;
}
.AnyTagClassName
{
color: #183FE0;
}
</style>
background-color css
<style>
a { background-color: #183FE0; }
a { background-color: rgb(24,63,224); }
div.DivClassName
{
background-color: #183FE0;
}
.BgClassName
{
background-color: #183FE0;
}
</style>
border-color css
<style>
span { border-color: #183FE0; }
span { border-color: rgb(24,63,224); }
td.TdClassName
{
border-color: #183FE0;
}
.TagClassName
{
border-color: #183FE0;
}
</style>