Shades of Persian Blue #1037E5
Tints of Persian Blue #1037E5
RGB
CMYK
RGB Variations
Color information
#1037E5 (or 0x1037E5) is known color: Persian Blue. HEX triplet: 10, 37 and E5. RGB value is (16,55,229). Sum of RGB (Red+Green+Blue) = 16+55+229=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 229 (89.84% from 255 or 76.33% from 300); Max value from RGB is 229 - color contains mainly: blue. Hex color #1037E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1037E5 is #EFC81A. Grayscale: #3E3E3E. Windows color (decimal): -15714331 or 15021840. OLE color: 15021840.
HSL color Cylindrical-coordinate representation of color #1037E5: hue angle of 229.01º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1037E5 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 55 | 229 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.10 |
| HSL | 229.01º | 0.87% | 0.48% | - |
| HSV(B) | 229.01º | 0.93% | 0.9% | - |
| XYZ | 15.72 | 8.5 | 74.94 | - |
| YUV | 63.18 | 221.58 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 229 | 0.93 | 0.76 | 0 | 0.10 | 229.01 | 0.87 | 0.48 |
| Hex | 10 | 37 | E5 | 5D | 4C | 0 | A | E5 | 57 | 30 |
| Octal | 20 | 67 | 345 | 135 | 114 | 0 | 12 | 345 | 127 | 60 |
| Binary | 10000 | 110111 | 11100101 | 1011101 | 1001100 | 0 | 1010 | 11100101 | 1010111 | 110000 |
Color Harmonies of #1037E5
Complementary color
Monochromatic Colors of #1037E5
Black with #1037E5
Text Example
Text Example
White with #1037E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1037E5; }
p { color: rgb(16,55,229); }
H1.HeaderClassName
{
color: #1037E5;
}
.AnyTagClassName
{
color: #1037E5;
}
</style>
background-color css
<style>
a { background-color: #1037E5; }
a { background-color: rgb(16,55,229); }
div.DivClassName
{
background-color: #1037E5;
}
.BgClassName
{
background-color: #1037E5;
}
</style>
border-color css
<style>
span { border-color: #1037E5; }
span { border-color: rgb(16,55,229); }
td.TdClassName
{
border-color: #1037E5;
}
.TagClassName
{
border-color: #1037E5;
}
</style>