Shades of Persian Blue #1037BB
Tints of Persian Blue #1037BB
RGB
CMYK
RGB Variations
Color information
#1037BB (or 0x1037BB) is known color: Persian Blue. HEX triplet: 10, 37 and BB. RGB value is (16,55,187). Sum of RGB (Red+Green+Blue) = 16+55+187=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #1037BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1037BB is #EFC844. Grayscale: #393939. Windows color (decimal): -15714373 or 12269328. OLE color: 12269328.
HSL color Cylindrical-coordinate representation of color #1037BB: hue angle of 226.32º 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 #1037BB is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 55 | 187 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.27 |
| HSL | 226.32º | 0.84% | 0.4% | - |
| HSV(B) | 226.32º | 0.91% | 0.73% | - |
| XYZ | 10.55 | 6.43 | 47.7 | - |
| YUV | 58.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 187 | 0.91 | 0.71 | 0 | 0.27 | 226.32 | 0.84 | 0.4 |
| Hex | 10 | 37 | BB | 5B | 47 | 0 | 1B | E2 | 54 | 28 |
| Octal | 20 | 67 | 273 | 133 | 107 | 0 | 33 | 342 | 124 | 50 |
| Binary | 10000 | 110111 | 10111011 | 1011011 | 1000111 | 0 | 11011 | 11100010 | 1010100 | 101000 |
Color Harmonies of #1037BB
Complementary color
Monochromatic Colors of #1037BB
Black with #1037BB
Text Example
Text Example
White with #1037BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1037BB; }
p { color: rgb(16,55,187); }
H1.HeaderClassName
{
color: #1037BB;
}
.AnyTagClassName
{
color: #1037BB;
}
</style>
background-color css
<style>
a { background-color: #1037BB; }
a { background-color: rgb(16,55,187); }
div.DivClassName
{
background-color: #1037BB;
}
.BgClassName
{
background-color: #1037BB;
}
</style>
border-color css
<style>
span { border-color: #1037BB; }
span { border-color: rgb(16,55,187); }
td.TdClassName
{
border-color: #1037BB;
}
.TagClassName
{
border-color: #1037BB;
}
</style>