Shades of Persian Blue #183BED
Tints of Persian Blue #183BED
RGB
CMYK
RGB Variations
Color information
#183BED (or 0x183BED) is known color: Persian Blue. HEX triplet: 18, 3B and ED. RGB value is (24,59,237). Sum of RGB (Red+Green+Blue) = 24+59+237=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #183BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183BED is #E7C412. Grayscale: #444444. Windows color (decimal): -15189011 or 15547160. OLE color: 15547160.
HSL color Cylindrical-coordinate representation of color #183BED: hue angle of 230.14º 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 #183BED is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 59 | 237 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.07 |
| HSL | 230.14º | 0.86% | 0.51% | - |
| HSV(B) | 230.14º | 0.9% | 0.93% | - |
| XYZ | 17.23 | 9.44 | 81.03 | - |
| YUV | 68.83 | 222.9 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 237 | 0.90 | 0.75 | 0 | 0.07 | 230.14 | 0.86 | 0.51 |
| Hex | 18 | 3B | ED | 5A | 4B | 0 | 7 | E6 | 56 | 33 |
| Octal | 30 | 73 | 355 | 132 | 113 | 0 | 7 | 346 | 126 | 63 |
| Binary | 11000 | 111011 | 11101101 | 1011010 | 1001011 | 0 | 111 | 11100110 | 1010110 | 110011 |
Color Harmonies of #183BED
Complementary color
Monochromatic Colors of #183BED
Black with #183BED
Text Example
Text Example
White with #183BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BED; }
p { color: rgb(24,59,237); }
H1.HeaderClassName
{
color: #183BED;
}
.AnyTagClassName
{
color: #183BED;
}
</style>
background-color css
<style>
a { background-color: #183BED; }
a { background-color: rgb(24,59,237); }
div.DivClassName
{
background-color: #183BED;
}
.BgClassName
{
background-color: #183BED;
}
</style>
border-color css
<style>
span { border-color: #183BED; }
span { border-color: rgb(24,59,237); }
td.TdClassName
{
border-color: #183BED;
}
.TagClassName
{
border-color: #183BED;
}
</style>