Shades of Persian Blue #183FEB
Tints of Persian Blue #183FEB
RGB
CMYK
RGB Variations
Color information
#183FEB (or 0x183FEB) is known color: Persian Blue. HEX triplet: 18, 3F and EB. RGB value is (24,63,235). Sum of RGB (Red+Green+Blue) = 24+63+235=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #183FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183FEB is #E7C014. Grayscale: #464646. Windows color (decimal): -15187989 or 15417112. OLE color: 15417112.
HSL color Cylindrical-coordinate representation of color #183FEB: hue angle of 228.91º 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 #183FEB is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 63 | 235 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.08 |
| HSL | 228.91º | 0.84% | 0.51% | - |
| HSV(B) | 228.91º | 0.9% | 0.92% | - |
| XYZ | 17.15 | 9.75 | 79.57 | - |
| YUV | 70.95 | 220.58 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 235 | 0.90 | 0.73 | 0 | 0.08 | 228.91 | 0.84 | 0.51 |
| Hex | 18 | 3F | EB | 5A | 49 | 0 | 8 | E5 | 54 | 33 |
| Octal | 30 | 77 | 353 | 132 | 111 | 0 | 10 | 345 | 124 | 63 |
| Binary | 11000 | 111111 | 11101011 | 1011010 | 1001001 | 0 | 1000 | 11100101 | 1010100 | 110011 |
Color Harmonies of #183FEB
Complementary color
Monochromatic Colors of #183FEB
Black with #183FEB
Text Example
Text Example
White with #183FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FEB; }
p { color: rgb(24,63,235); }
H1.HeaderClassName
{
color: #183FEB;
}
.AnyTagClassName
{
color: #183FEB;
}
</style>
background-color css
<style>
a { background-color: #183FEB; }
a { background-color: rgb(24,63,235); }
div.DivClassName
{
background-color: #183FEB;
}
.BgClassName
{
background-color: #183FEB;
}
</style>
border-color css
<style>
span { border-color: #183FEB; }
span { border-color: rgb(24,63,235); }
td.TdClassName
{
border-color: #183FEB;
}
.TagClassName
{
border-color: #183FEB;
}
</style>