Shades of Persian Blue #183CEE
Tints of Persian Blue #183CEE
RGB
CMYK
RGB Variations
Color information
#183CEE (or 0x183CEE) is known color: Persian Blue. HEX triplet: 18, 3C and EE. RGB value is (24,60,238). Sum of RGB (Red+Green+Blue) = 24+60+238=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #183CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CEE is #E7C311. Grayscale: #444444. Windows color (decimal): -15188754 or 15612952. OLE color: 15612952.
HSL color Cylindrical-coordinate representation of color #183CEE: hue angle of 229.91º degrees, saturation: 0.86, 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 #183CEE is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 60 | 238 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.07 |
| HSL | 229.91º | 0.86% | 0.51% | - |
| HSV(B) | 229.91º | 0.9% | 0.93% | - |
| XYZ | 17.43 | 9.6 | 81.82 | - |
| YUV | 69.53 | 223.07 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 238 | 0.90 | 0.75 | 0 | 0.07 | 229.91 | 0.86 | 0.51 |
| Hex | 18 | 3C | EE | 5A | 4B | 0 | 7 | E6 | 56 | 33 |
| Octal | 30 | 74 | 356 | 132 | 113 | 0 | 7 | 346 | 126 | 63 |
| Binary | 11000 | 111100 | 11101110 | 1011010 | 1001011 | 0 | 111 | 11100110 | 1010110 | 110011 |
Color Harmonies of #183CEE
Complementary color
Monochromatic Colors of #183CEE
Black with #183CEE
Text Example
Text Example
White with #183CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CEE; }
p { color: rgb(24,60,238); }
H1.HeaderClassName
{
color: #183CEE;
}
.AnyTagClassName
{
color: #183CEE;
}
</style>
background-color css
<style>
a { background-color: #183CEE; }
a { background-color: rgb(24,60,238); }
div.DivClassName
{
background-color: #183CEE;
}
.BgClassName
{
background-color: #183CEE;
}
</style>
border-color css
<style>
span { border-color: #183CEE; }
span { border-color: rgb(24,60,238); }
td.TdClassName
{
border-color: #183CEE;
}
.TagClassName
{
border-color: #183CEE;
}
</style>