Shades of Persian Blue #1037BA
Tints of Persian Blue #1037BA
RGB
CMYK
RGB Variations
Color information
#1037BA (or 0x1037BA) is known color: Persian Blue. HEX triplet: 10, 37 and BA. RGB value is (16,55,186). Sum of RGB (Red+Green+Blue) = 16+55+186=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #1037BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1037BA is #EFC845. Grayscale: #393939. Windows color (decimal): -15714374 or 12203792. OLE color: 12203792.
HSL color Cylindrical-coordinate representation of color #1037BA: hue angle of 226.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1037BA is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 55 | 186 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.27 |
| HSL | 226.24º | 0.84% | 0.4% | - |
| HSV(B) | 226.24º | 0.91% | 0.73% | - |
| XYZ | 10.44 | 6.39 | 47.14 | - |
| YUV | 58.27 | 200.08 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 186 | 0.91 | 0.70 | 0 | 0.27 | 226.24 | 0.84 | 0.4 |
| Hex | 10 | 37 | BA | 5B | 46 | 0 | 1B | E2 | 54 | 28 |
| Octal | 20 | 67 | 272 | 133 | 106 | 0 | 33 | 342 | 124 | 50 |
| Binary | 10000 | 110111 | 10111010 | 1011011 | 1000110 | 0 | 11011 | 11100010 | 1010100 | 101000 |
Color Harmonies of #1037BA
Complementary color
Monochromatic Colors of #1037BA
Black with #1037BA
Text Example
Text Example
White with #1037BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1037BA; }
p { color: rgb(16,55,186); }
H1.HeaderClassName
{
color: #1037BA;
}
.AnyTagClassName
{
color: #1037BA;
}
</style>
background-color css
<style>
a { background-color: #1037BA; }
a { background-color: rgb(16,55,186); }
div.DivClassName
{
background-color: #1037BA;
}
.BgClassName
{
background-color: #1037BA;
}
</style>
border-color css
<style>
span { border-color: #1037BA; }
span { border-color: rgb(16,55,186); }
td.TdClassName
{
border-color: #1037BA;
}
.TagClassName
{
border-color: #1037BA;
}
</style>