Shades of Persian Blue #183EEB
Tints of Persian Blue #183EEB
RGB
CMYK
RGB Variations
Color information
#183EEB (or 0x183EEB) is known color: Persian Blue. HEX triplet: 18, 3E and EB. RGB value is (24,62,235). Sum of RGB (Red+Green+Blue) = 24+62+235=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #183EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183EEB is #E7C114. Grayscale: #454545. Windows color (decimal): -15188245 or 15416856. OLE color: 15416856.
HSL color Cylindrical-coordinate representation of color #183EEB: hue angle of 229.19º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183EEB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 62 | 235 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.08 |
| HSL | 229.19º | 0.84% | 0.51% | - |
| HSV(B) | 229.19º | 0.9% | 0.92% | - |
| XYZ | 17.09 | 9.64 | 79.56 | - |
| YUV | 70.36 | 220.91 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 235 | 0.90 | 0.74 | 0 | 0.08 | 229.19 | 0.84 | 0.51 |
| Hex | 18 | 3E | EB | 5A | 4A | 0 | 8 | E5 | 54 | 33 |
| Octal | 30 | 76 | 353 | 132 | 112 | 0 | 10 | 345 | 124 | 63 |
| Binary | 11000 | 111110 | 11101011 | 1011010 | 1001010 | 0 | 1000 | 11100101 | 1010100 | 110011 |
Color Harmonies of #183EEB
Complementary color
Monochromatic Colors of #183EEB
Black with #183EEB
Text Example
Text Example
White with #183EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183EEB; }
p { color: rgb(24,62,235); }
H1.HeaderClassName
{
color: #183EEB;
}
.AnyTagClassName
{
color: #183EEB;
}
</style>
background-color css
<style>
a { background-color: #183EEB; }
a { background-color: rgb(24,62,235); }
div.DivClassName
{
background-color: #183EEB;
}
.BgClassName
{
background-color: #183EEB;
}
</style>
border-color css
<style>
span { border-color: #183EEB; }
span { border-color: rgb(24,62,235); }
td.TdClassName
{
border-color: #183EEB;
}
.TagClassName
{
border-color: #183EEB;
}
</style>