Shades of Persian Blue #1037EF
Tints of Persian Blue #1037EF
RGB
CMYK
RGB Variations
Color information
#1037EF (or 0x1037EF) is known color: Persian Blue. HEX triplet: 10, 37 and EF. RGB value is (16,55,239). Sum of RGB (Red+Green+Blue) = 16+55+239=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #1037EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1037EF is #EFC810. Grayscale: #3F3F3F. Windows color (decimal): -15714321 or 15677200. OLE color: 15677200.
HSL color Cylindrical-coordinate representation of color #1037EF: hue angle of 229.51º 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 #1037EF is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 55 | 239 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.06 |
| HSL | 229.51º | 0.87% | 0.5% | - |
| HSV(B) | 229.51º | 0.93% | 0.94% | - |
| XYZ | 17.16 | 9.07 | 82.51 | - |
| YUV | 64.32 | 226.58 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 239 | 0.93 | 0.77 | 0 | 0.06 | 229.51 | 0.87 | 0.5 |
| Hex | 10 | 37 | EF | 5D | 4D | 0 | 6 | E6 | 57 | 32 |
| Octal | 20 | 67 | 357 | 135 | 115 | 0 | 6 | 346 | 127 | 62 |
| Binary | 10000 | 110111 | 11101111 | 1011101 | 1001101 | 0 | 110 | 11100110 | 1010111 | 110010 |
Color Harmonies of #1037EF
Complementary color
Monochromatic Colors of #1037EF
Black with #1037EF
Text Example
Text Example
White with #1037EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1037EF; }
p { color: rgb(16,55,239); }
H1.HeaderClassName
{
color: #1037EF;
}
.AnyTagClassName
{
color: #1037EF;
}
</style>
background-color css
<style>
a { background-color: #1037EF; }
a { background-color: rgb(16,55,239); }
div.DivClassName
{
background-color: #1037EF;
}
.BgClassName
{
background-color: #1037EF;
}
</style>
border-color css
<style>
span { border-color: #1037EF; }
span { border-color: rgb(16,55,239); }
td.TdClassName
{
border-color: #1037EF;
}
.TagClassName
{
border-color: #1037EF;
}
</style>