Shades of Persian Blue #103FBB
Tints of Persian Blue #103FBB
RGB
CMYK
RGB Variations
Color information
#103FBB (or 0x103FBB) is known color: Persian Blue. HEX triplet: 10, 3F and BB. RGB value is (16,63,187). Sum of RGB (Red+Green+Blue) = 16+63+187=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #103FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FBB is #EFC044. Grayscale: #3E3E3E. Windows color (decimal): -15712325 or 12271376. OLE color: 12271376.
HSL color Cylindrical-coordinate representation of color #103FBB: hue angle of 223.51º 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 #103FBB is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 63 | 187 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.27 |
| HSL | 223.51º | 0.84% | 0.4% | - |
| HSV(B) | 223.51º | 0.91% | 0.73% | - |
| XYZ | 10.96 | 7.25 | 47.84 | - |
| YUV | 63.08 | 197.93 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 187 | 0.91 | 0.66 | 0 | 0.27 | 223.51 | 0.84 | 0.4 |
| Hex | 10 | 3F | BB | 5B | 42 | 0 | 1B | E0 | 54 | 28 |
| Octal | 20 | 77 | 273 | 133 | 102 | 0 | 33 | 340 | 124 | 50 |
| Binary | 10000 | 111111 | 10111011 | 1011011 | 1000010 | 0 | 11011 | 11100000 | 1010100 | 101000 |
Color Harmonies of #103FBB
Complementary color
Monochromatic Colors of #103FBB
Black with #103FBB
Text Example
Text Example
White with #103FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FBB; }
p { color: rgb(16,63,187); }
H1.HeaderClassName
{
color: #103FBB;
}
.AnyTagClassName
{
color: #103FBB;
}
</style>
background-color css
<style>
a { background-color: #103FBB; }
a { background-color: rgb(16,63,187); }
div.DivClassName
{
background-color: #103FBB;
}
.BgClassName
{
background-color: #103FBB;
}
</style>
border-color css
<style>
span { border-color: #103FBB; }
span { border-color: rgb(16,63,187); }
td.TdClassName
{
border-color: #103FBB;
}
.TagClassName
{
border-color: #103FBB;
}
</style>