Shades of Persian Blue #183FE6
Tints of Persian Blue #183FE6
RGB
CMYK
RGB Variations
Color information
#183FE6 (or 0x183FE6) is known color: Persian Blue. HEX triplet: 18, 3F and E6. RGB value is (24,63,230). Sum of RGB (Red+Green+Blue) = 24+63+230=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 230 (90.23% from 255 or 72.56% from 317); Max value from RGB is 230 - color contains mainly: blue. Hex color #183FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183FE6 is #E7C019. Grayscale: #454545. Windows color (decimal): -15187994 or 15089432. OLE color: 15089432.
HSL color Cylindrical-coordinate representation of color #183FE6: hue angle of 228.64º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183FE6 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 63 | 230 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.10 |
| HSL | 228.64º | 0.81% | 0.5% | - |
| HSV(B) | 228.64º | 0.9% | 0.9% | - |
| XYZ | 16.44 | 9.46 | 75.82 | - |
| YUV | 70.38 | 218.08 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 230 | 0.90 | 0.73 | 0 | 0.10 | 228.64 | 0.81 | 0.5 |
| Hex | 18 | 3F | E6 | 5A | 49 | 0 | A | E5 | 51 | 32 |
| Octal | 30 | 77 | 346 | 132 | 111 | 0 | 12 | 345 | 121 | 62 |
| Binary | 11000 | 111111 | 11100110 | 1011010 | 1001001 | 0 | 1010 | 11100101 | 1010001 | 110010 |
Color Harmonies of #183FE6
Complementary color
Monochromatic Colors of #183FE6
Black with #183FE6
Text Example
Text Example
White with #183FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FE6; }
p { color: rgb(24,63,230); }
H1.HeaderClassName
{
color: #183FE6;
}
.AnyTagClassName
{
color: #183FE6;
}
</style>
background-color css
<style>
a { background-color: #183FE6; }
a { background-color: rgb(24,63,230); }
div.DivClassName
{
background-color: #183FE6;
}
.BgClassName
{
background-color: #183FE6;
}
</style>
border-color css
<style>
span { border-color: #183FE6; }
span { border-color: rgb(24,63,230); }
td.TdClassName
{
border-color: #183FE6;
}
.TagClassName
{
border-color: #183FE6;
}
</style>