Shades of Persian Blue #183BEB
Tints of Persian Blue #183BEB
RGB
CMYK
RGB Variations
Color information
#183BEB (or 0x183BEB) is known color: Persian Blue. HEX triplet: 18, 3B and EB. RGB value is (24,59,235). Sum of RGB (Red+Green+Blue) = 24+59+235=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #183BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183BEB is #E7C414. Grayscale: #434343. Windows color (decimal): -15189013 or 15416088. OLE color: 15416088.
HSL color Cylindrical-coordinate representation of color #183BEB: hue angle of 230.05º 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 #183BEB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 59 | 235 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.08 |
| HSL | 230.05º | 0.84% | 0.51% | - |
| HSV(B) | 230.05º | 0.9% | 0.92% | - |
| XYZ | 16.94 | 9.32 | 79.5 | - |
| YUV | 68.6 | 221.9 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 235 | 0.90 | 0.75 | 0 | 0.08 | 230.05 | 0.84 | 0.51 |
| Hex | 18 | 3B | EB | 5A | 4B | 0 | 8 | E6 | 54 | 33 |
| Octal | 30 | 73 | 353 | 132 | 113 | 0 | 10 | 346 | 124 | 63 |
| Binary | 11000 | 111011 | 11101011 | 1011010 | 1001011 | 0 | 1000 | 11100110 | 1010100 | 110011 |
Color Harmonies of #183BEB
Complementary color
Monochromatic Colors of #183BEB
Black with #183BEB
Text Example
Text Example
White with #183BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BEB; }
p { color: rgb(24,59,235); }
H1.HeaderClassName
{
color: #183BEB;
}
.AnyTagClassName
{
color: #183BEB;
}
</style>
background-color css
<style>
a { background-color: #183BEB; }
a { background-color: rgb(24,59,235); }
div.DivClassName
{
background-color: #183BEB;
}
.BgClassName
{
background-color: #183BEB;
}
</style>
border-color css
<style>
span { border-color: #183BEB; }
span { border-color: rgb(24,59,235); }
td.TdClassName
{
border-color: #183BEB;
}
.TagClassName
{
border-color: #183BEB;
}
</style>