Shades of Persian Blue #183AEE
Tints of Persian Blue #183AEE
RGB
CMYK
RGB Variations
Color information
#183AEE (or 0x183AEE) is known color: Persian Blue. HEX triplet: 18, 3A and EE. RGB value is (24,58,238). Sum of RGB (Red+Green+Blue) = 24+58+238=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #183AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183AEE is #E7C511. Grayscale: #434343. Windows color (decimal): -15189266 or 15612440. OLE color: 15612440.
HSL color Cylindrical-coordinate representation of color #183AEE: hue angle of 230.47º 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 #183AEE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 58 | 238 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.07 |
| HSL | 230.47º | 0.86% | 0.51% | - |
| HSV(B) | 230.47º | 0.9% | 0.93% | - |
| XYZ | 17.32 | 9.39 | 81.79 | - |
| YUV | 68.35 | 223.74 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 238 | 0.90 | 0.76 | 0 | 0.07 | 230.47 | 0.86 | 0.51 |
| Hex | 18 | 3A | EE | 5A | 4C | 0 | 7 | E6 | 56 | 33 |
| Octal | 30 | 72 | 356 | 132 | 114 | 0 | 7 | 346 | 126 | 63 |
| Binary | 11000 | 111010 | 11101110 | 1011010 | 1001100 | 0 | 111 | 11100110 | 1010110 | 110011 |
Color Harmonies of #183AEE
Complementary color
Monochromatic Colors of #183AEE
Black with #183AEE
Text Example
Text Example
White with #183AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AEE; }
p { color: rgb(24,58,238); }
H1.HeaderClassName
{
color: #183AEE;
}
.AnyTagClassName
{
color: #183AEE;
}
</style>
background-color css
<style>
a { background-color: #183AEE; }
a { background-color: rgb(24,58,238); }
div.DivClassName
{
background-color: #183AEE;
}
.BgClassName
{
background-color: #183AEE;
}
</style>
border-color css
<style>
span { border-color: #183AEE; }
span { border-color: rgb(24,58,238); }
td.TdClassName
{
border-color: #183AEE;
}
.TagClassName
{
border-color: #183AEE;
}
</style>