Shades of Persian Blue #1036BC
Tints of Persian Blue #1036BC
RGB
CMYK
RGB Variations
Color information
#1036BC (or 0x1036BC) is known color: Persian Blue. HEX triplet: 10, 36 and BC. RGB value is (16,54,188). Sum of RGB (Red+Green+Blue) = 16+54+188=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #1036BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1036BC is #EFC943. Grayscale: #393939. Windows color (decimal): -15714628 or 12334608. OLE color: 12334608.
HSL color Cylindrical-coordinate representation of color #1036BC: hue angle of 226.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1036BC is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 54 | 188 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.26 |
| HSL | 226.74º | 0.84% | 0.4% | - |
| HSV(B) | 226.74º | 0.91% | 0.74% | - |
| XYZ | 10.61 | 6.38 | 48.25 | - |
| YUV | 57.91 | 201.41 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 188 | 0.91 | 0.71 | 0 | 0.26 | 226.74 | 0.84 | 0.4 |
| Hex | 10 | 36 | BC | 5B | 47 | 0 | 1A | E3 | 54 | 28 |
| Octal | 20 | 66 | 274 | 133 | 107 | 0 | 32 | 343 | 124 | 50 |
| Binary | 10000 | 110110 | 10111100 | 1011011 | 1000111 | 0 | 11010 | 11100011 | 1010100 | 101000 |
Color Harmonies of #1036BC
Complementary color
Monochromatic Colors of #1036BC
Black with #1036BC
Text Example
Text Example
White with #1036BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1036BC; }
p { color: rgb(16,54,188); }
H1.HeaderClassName
{
color: #1036BC;
}
.AnyTagClassName
{
color: #1036BC;
}
</style>
background-color css
<style>
a { background-color: #1036BC; }
a { background-color: rgb(16,54,188); }
div.DivClassName
{
background-color: #1036BC;
}
.BgClassName
{
background-color: #1036BC;
}
</style>
border-color css
<style>
span { border-color: #1036BC; }
span { border-color: rgb(16,54,188); }
td.TdClassName
{
border-color: #1036BC;
}
.TagClassName
{
border-color: #1036BC;
}
</style>