Shades of Persian Blue #183CE0
Tints of Persian Blue #183CE0
RGB
CMYK
RGB Variations
Color information
#183CE0 (or 0x183CE0) is known color: Persian Blue. HEX triplet: 18, 3C and E0. RGB value is (24,60,224). Sum of RGB (Red+Green+Blue) = 24+60+224=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #183CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CE0 is #E7C31F. Grayscale: #434343. Windows color (decimal): -15188768 or 14695448. OLE color: 14695448.
HSL color Cylindrical-coordinate representation of color #183CE0: hue angle of 229.2º 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 #183CE0 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 60 | 224 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.12 |
| HSL | 229.2º | 0.81% | 0.49% | - |
| HSV(B) | 229.2º | 0.89% | 0.88% | - |
| XYZ | 15.45 | 8.81 | 71.41 | - |
| YUV | 67.93 | 216.07 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 224 | 0.89 | 0.73 | 0 | 0.12 | 229.2 | 0.81 | 0.49 |
| Hex | 18 | 3C | E0 | 59 | 49 | 0 | C | E5 | 51 | 31 |
| Octal | 30 | 74 | 340 | 131 | 111 | 0 | 14 | 345 | 121 | 61 |
| Binary | 11000 | 111100 | 11100000 | 1011001 | 1001001 | 0 | 1100 | 11100101 | 1010001 | 110001 |
Color Harmonies of #183CE0
Complementary color
Monochromatic Colors of #183CE0
Black with #183CE0
Text Example
Text Example
White with #183CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CE0; }
p { color: rgb(24,60,224); }
H1.HeaderClassName
{
color: #183CE0;
}
.AnyTagClassName
{
color: #183CE0;
}
</style>
background-color css
<style>
a { background-color: #183CE0; }
a { background-color: rgb(24,60,224); }
div.DivClassName
{
background-color: #183CE0;
}
.BgClassName
{
background-color: #183CE0;
}
</style>
border-color css
<style>
span { border-color: #183CE0; }
span { border-color: rgb(24,60,224); }
td.TdClassName
{
border-color: #183CE0;
}
.TagClassName
{
border-color: #183CE0;
}
</style>