Shades of Persian Blue #103CB9
Tints of Persian Blue #103CB9
RGB
CMYK
RGB Variations
Color information
#103CB9 (or 0x103CB9) is known color: Persian Blue. HEX triplet: 10, 3C and B9. RGB value is (16,60,185). Sum of RGB (Red+Green+Blue) = 16+60+185=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 185 (72.66% from 255 or 70.88% from 261); Max value from RGB is 185 - color contains mainly: blue. Hex color #103CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CB9 is #EFC346. Grayscale: #3C3C3C. Windows color (decimal): -15713095 or 12139536. OLE color: 12139536.
HSL color Cylindrical-coordinate representation of color #103CB9: hue angle of 224.38º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103CB9 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 60 | 185 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.27 |
| HSL | 224.38º | 0.84% | 0.39% | - |
| HSV(B) | 224.38º | 0.91% | 0.73% | - |
| XYZ | 10.59 | 6.84 | 46.66 | - |
| YUV | 61.09 | 197.92 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 185 | 0.91 | 0.68 | 0 | 0.27 | 224.38 | 0.84 | 0.39 |
| Hex | 10 | 3C | B9 | 5B | 44 | 0 | 1B | E0 | 54 | 27 |
| Octal | 20 | 74 | 271 | 133 | 104 | 0 | 33 | 340 | 124 | 47 |
| Binary | 10000 | 111100 | 10111001 | 1011011 | 1000100 | 0 | 11011 | 11100000 | 1010100 | 100111 |
Color Harmonies of #103CB9
Complementary color
Monochromatic Colors of #103CB9
Black with #103CB9
Text Example
Text Example
White with #103CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CB9; }
p { color: rgb(16,60,185); }
H1.HeaderClassName
{
color: #103CB9;
}
.AnyTagClassName
{
color: #103CB9;
}
</style>
background-color css
<style>
a { background-color: #103CB9; }
a { background-color: rgb(16,60,185); }
div.DivClassName
{
background-color: #103CB9;
}
.BgClassName
{
background-color: #103CB9;
}
</style>
border-color css
<style>
span { border-color: #103CB9; }
span { border-color: rgb(16,60,185); }
td.TdClassName
{
border-color: #103CB9;
}
.TagClassName
{
border-color: #103CB9;
}
</style>