Shades of Persian Blue #183FED
Tints of Persian Blue #183FED
RGB
CMYK
RGB Variations
Color information
#183FED (or 0x183FED) is known color: Persian Blue. HEX triplet: 18, 3F and ED. RGB value is (24,63,237). Sum of RGB (Red+Green+Blue) = 24+63+237=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #183FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183FED is #E7C012. Grayscale: #464646. Windows color (decimal): -15187987 or 15548184. OLE color: 15548184.
HSL color Cylindrical-coordinate representation of color #183FED: hue angle of 229.01º 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 #183FED is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 63 | 237 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.07 |
| HSL | 229.01º | 0.86% | 0.51% | - |
| HSV(B) | 229.01º | 0.9% | 0.93% | - |
| XYZ | 17.44 | 9.86 | 81.11 | - |
| YUV | 71.18 | 221.58 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 237 | 0.90 | 0.73 | 0 | 0.07 | 229.01 | 0.86 | 0.51 |
| Hex | 18 | 3F | ED | 5A | 49 | 0 | 7 | E5 | 56 | 33 |
| Octal | 30 | 77 | 355 | 132 | 111 | 0 | 7 | 345 | 126 | 63 |
| Binary | 11000 | 111111 | 11101101 | 1011010 | 1001001 | 0 | 111 | 11100101 | 1010110 | 110011 |
Color Harmonies of #183FED
Complementary color
Monochromatic Colors of #183FED
Black with #183FED
Text Example
Text Example
White with #183FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FED; }
p { color: rgb(24,63,237); }
H1.HeaderClassName
{
color: #183FED;
}
.AnyTagClassName
{
color: #183FED;
}
</style>
background-color css
<style>
a { background-color: #183FED; }
a { background-color: rgb(24,63,237); }
div.DivClassName
{
background-color: #183FED;
}
.BgClassName
{
background-color: #183FED;
}
</style>
border-color css
<style>
span { border-color: #183FED; }
span { border-color: rgb(24,63,237); }
td.TdClassName
{
border-color: #183FED;
}
.TagClassName
{
border-color: #183FED;
}
</style>