Shades of Persian Blue #1839F1
Tints of Persian Blue #1839F1
RGB
CMYK
RGB Variations
Color information
#1839F1 (or 0x1839F1) is known color: Persian Blue. HEX triplet: 18, 39 and F1. RGB value is (24,57,241). Sum of RGB (Red+Green+Blue) = 24+57+241=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 241 (94.53% from 255 or 74.84% from 322); Max value from RGB is 241 - color contains mainly: blue. Hex color #1839F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1839F1 is #E7C60E. Grayscale: #434343. Windows color (decimal): -15189519 or 15808792. OLE color: 15808792.
HSL color Cylindrical-coordinate representation of color #1839F1: hue angle of 230.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1839F1 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 57 | 241 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.05 |
| HSL | 230.88º | 0.89% | 0.52% | - |
| HSV(B) | 230.88º | 0.9% | 0.95% | - |
| XYZ | 17.72 | 9.47 | 84.11 | - |
| YUV | 68.11 | 225.57 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 241 | 0.90 | 0.76 | 0 | 0.05 | 230.88 | 0.89 | 0.52 |
| Hex | 18 | 39 | F1 | 5A | 4C | 0 | 5 | E7 | 59 | 34 |
| Octal | 30 | 71 | 361 | 132 | 114 | 0 | 5 | 347 | 131 | 64 |
| Binary | 11000 | 111001 | 11110001 | 1011010 | 1001100 | 0 | 101 | 11100111 | 1011001 | 110100 |
Color Harmonies of #1839F1
Complementary color
Monochromatic Colors of #1839F1
Black with #1839F1
Text Example
Text Example
White with #1839F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1839F1; }
p { color: rgb(24,57,241); }
H1.HeaderClassName
{
color: #1839F1;
}
.AnyTagClassName
{
color: #1839F1;
}
</style>
background-color css
<style>
a { background-color: #1839F1; }
a { background-color: rgb(24,57,241); }
div.DivClassName
{
background-color: #1839F1;
}
.BgClassName
{
background-color: #1839F1;
}
</style>
border-color css
<style>
span { border-color: #1839F1; }
span { border-color: rgb(24,57,241); }
td.TdClassName
{
border-color: #1839F1;
}
.TagClassName
{
border-color: #1839F1;
}
</style>