Shades of Persian Blue #103BBE
Tints of Persian Blue #103BBE
RGB
CMYK
RGB Variations
Color information
#103BBE (or 0x103BBE) is known color: Persian Blue. HEX triplet: 10, 3B and BE. RGB value is (16,59,190). Sum of RGB (Red+Green+Blue) = 16+59+190=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #103BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BBE is #EFC441. Grayscale: #3C3C3C. Windows color (decimal): -15713346 or 12466960. OLE color: 12466960.
HSL color Cylindrical-coordinate representation of color #103BBE: hue angle of 225.17º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103BBE is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 59 | 190 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.25 |
| HSL | 225.17º | 0.84% | 0.4% | - |
| HSV(B) | 225.17º | 0.92% | 0.75% | - |
| XYZ | 11.07 | 6.96 | 49.47 | - |
| YUV | 61.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 190 | 0.92 | 0.69 | 0 | 0.25 | 225.17 | 0.84 | 0.4 |
| Hex | 10 | 3B | BE | 5C | 45 | 0 | 19 | E1 | 54 | 28 |
| Octal | 20 | 73 | 276 | 134 | 105 | 0 | 31 | 341 | 124 | 50 |
| Binary | 10000 | 111011 | 10111110 | 1011100 | 1000101 | 0 | 11001 | 11100001 | 1010100 | 101000 |
Color Harmonies of #103BBE
Complementary color
Monochromatic Colors of #103BBE
Black with #103BBE
Text Example
Text Example
White with #103BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BBE; }
p { color: rgb(16,59,190); }
H1.HeaderClassName
{
color: #103BBE;
}
.AnyTagClassName
{
color: #103BBE;
}
</style>
background-color css
<style>
a { background-color: #103BBE; }
a { background-color: rgb(16,59,190); }
div.DivClassName
{
background-color: #103BBE;
}
.BgClassName
{
background-color: #103BBE;
}
</style>
border-color css
<style>
span { border-color: #103BBE; }
span { border-color: rgb(16,59,190); }
td.TdClassName
{
border-color: #103BBE;
}
.TagClassName
{
border-color: #103BBE;
}
</style>