Shades of Persian Blue #1031EF
Tints of Persian Blue #1031EF
RGB
CMYK
RGB Variations
Color information
#1031EF (or 0x1031EF) is known color: Persian Blue. HEX triplet: 10, 31 and EF. RGB value is (16,49,239). Sum of RGB (Red+Green+Blue) = 16+49+239=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #1031EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1031EF is #EFCE10. Grayscale: #3C3C3C. Windows color (decimal): -15715857 or 15675664. OLE color: 15675664.
HSL color Cylindrical-coordinate representation of color #1031EF: hue angle of 231.12º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1031EF is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 49 | 239 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.06 |
| HSL | 231.12º | 0.87% | 0.5% | - |
| HSV(B) | 231.12º | 0.93% | 0.94% | - |
| XYZ | 16.89 | 8.54 | 82.42 | - |
| YUV | 60.79 | 228.57 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 239 | 0.93 | 0.79 | 0 | 0.06 | 231.12 | 0.87 | 0.5 |
| Hex | 10 | 31 | EF | 5D | 4F | 0 | 6 | E7 | 57 | 32 |
| Octal | 20 | 61 | 357 | 135 | 117 | 0 | 6 | 347 | 127 | 62 |
| Binary | 10000 | 110001 | 11101111 | 1011101 | 1001111 | 0 | 110 | 11100111 | 1010111 | 110010 |
Color Harmonies of #1031EF
Complementary color
Monochromatic Colors of #1031EF
Black with #1031EF
Text Example
Text Example
White with #1031EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1031EF; }
p { color: rgb(16,49,239); }
H1.HeaderClassName
{
color: #1031EF;
}
.AnyTagClassName
{
color: #1031EF;
}
</style>
background-color css
<style>
a { background-color: #1031EF; }
a { background-color: rgb(16,49,239); }
div.DivClassName
{
background-color: #1031EF;
}
.BgClassName
{
background-color: #1031EF;
}
</style>
border-color css
<style>
span { border-color: #1031EF; }
span { border-color: rgb(16,49,239); }
td.TdClassName
{
border-color: #1031EF;
}
.TagClassName
{
border-color: #1031EF;
}
</style>