Shades of Persian Blue #1036BD
Tints of Persian Blue #1036BD
RGB
CMYK
RGB Variations
Color information
#1036BD (or 0x1036BD) is known color: Persian Blue. HEX triplet: 10, 36 and BD. RGB value is (16,54,189). Sum of RGB (Red+Green+Blue) = 16+54+189=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #1036BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1036BD is #EFC942. Grayscale: #393939. Windows color (decimal): -15714627 or 12400144. OLE color: 12400144.
HSL color Cylindrical-coordinate representation of color #1036BD: hue angle of 226.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1036BD is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 54 | 189 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.26 |
| HSL | 226.82º | 0.84% | 0.4% | - |
| HSV(B) | 226.82º | 0.92% | 0.74% | - |
| XYZ | 10.72 | 6.42 | 48.82 | - |
| YUV | 58.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 189 | 0.92 | 0.71 | 0 | 0.26 | 226.82 | 0.84 | 0.4 |
| Hex | 10 | 36 | BD | 5C | 47 | 0 | 1A | E3 | 54 | 28 |
| Octal | 20 | 66 | 275 | 134 | 107 | 0 | 32 | 343 | 124 | 50 |
| Binary | 10000 | 110110 | 10111101 | 1011100 | 1000111 | 0 | 11010 | 11100011 | 1010100 | 101000 |
Color Harmonies of #1036BD
Complementary color
Monochromatic Colors of #1036BD
Black with #1036BD
Text Example
Text Example
White with #1036BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1036BD; }
p { color: rgb(16,54,189); }
H1.HeaderClassName
{
color: #1036BD;
}
.AnyTagClassName
{
color: #1036BD;
}
</style>
background-color css
<style>
a { background-color: #1036BD; }
a { background-color: rgb(16,54,189); }
div.DivClassName
{
background-color: #1036BD;
}
.BgClassName
{
background-color: #1036BD;
}
</style>
border-color css
<style>
span { border-color: #1036BD; }
span { border-color: rgb(16,54,189); }
td.TdClassName
{
border-color: #1036BD;
}
.TagClassName
{
border-color: #1036BD;
}
</style>