Shades of Persian Blue #103DBA
Tints of Persian Blue #103DBA
RGB
CMYK
RGB Variations
Color information
#103DBA (or 0x103DBA) is known color: Persian Blue. HEX triplet: 10, 3D and BA. RGB value is (16,61,186). Sum of RGB (Red+Green+Blue) = 16+61+186=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #103DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DBA is #EFC245. Grayscale: #3D3D3D. Windows color (decimal): -15712838 or 12205328. OLE color: 12205328.
HSL color Cylindrical-coordinate representation of color #103DBA: hue angle of 224.12º 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 #103DBA is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 61 | 186 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.27 |
| HSL | 224.12º | 0.84% | 0.4% | - |
| HSV(B) | 224.12º | 0.91% | 0.73% | - |
| XYZ | 10.75 | 6.99 | 47.24 | - |
| YUV | 61.8 | 198.09 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 186 | 0.91 | 0.67 | 0 | 0.27 | 224.12 | 0.84 | 0.4 |
| Hex | 10 | 3D | BA | 5B | 43 | 0 | 1B | E0 | 54 | 28 |
| Octal | 20 | 75 | 272 | 133 | 103 | 0 | 33 | 340 | 124 | 50 |
| Binary | 10000 | 111101 | 10111010 | 1011011 | 1000011 | 0 | 11011 | 11100000 | 1010100 | 101000 |
Color Harmonies of #103DBA
Complementary color
Monochromatic Colors of #103DBA
Black with #103DBA
Text Example
Text Example
White with #103DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DBA; }
p { color: rgb(16,61,186); }
H1.HeaderClassName
{
color: #103DBA;
}
.AnyTagClassName
{
color: #103DBA;
}
</style>
background-color css
<style>
a { background-color: #103DBA; }
a { background-color: rgb(16,61,186); }
div.DivClassName
{
background-color: #103DBA;
}
.BgClassName
{
background-color: #103DBA;
}
</style>
border-color css
<style>
span { border-color: #103DBA; }
span { border-color: rgb(16,61,186); }
td.TdClassName
{
border-color: #103DBA;
}
.TagClassName
{
border-color: #103DBA;
}
</style>