Shades of Persian Blue #103DBE
Tints of Persian Blue #103DBE
RGB
CMYK
RGB Variations
Color information
#103DBE (or 0x103DBE) is known color: Persian Blue. HEX triplet: 10, 3D and BE. RGB value is (16,61,190). Sum of RGB (Red+Green+Blue) = 16+61+190=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #103DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DBE is #EFC241. Grayscale: #3D3D3D. Windows color (decimal): -15712834 or 12467472. OLE color: 12467472.
HSL color Cylindrical-coordinate representation of color #103DBE: hue angle of 224.48º 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 #103DBE is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 61 | 190 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.25 |
| HSL | 224.48º | 0.84% | 0.4% | - |
| HSV(B) | 224.48º | 0.92% | 0.75% | - |
| XYZ | 11.18 | 7.17 | 49.51 | - |
| YUV | 62.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 190 | 0.92 | 0.68 | 0 | 0.25 | 224.48 | 0.84 | 0.4 |
| Hex | 10 | 3D | BE | 5C | 44 | 0 | 19 | E0 | 54 | 28 |
| Octal | 20 | 75 | 276 | 134 | 104 | 0 | 31 | 340 | 124 | 50 |
| Binary | 10000 | 111101 | 10111110 | 1011100 | 1000100 | 0 | 11001 | 11100000 | 1010100 | 101000 |
Color Harmonies of #103DBE
Complementary color
Monochromatic Colors of #103DBE
Black with #103DBE
Text Example
Text Example
White with #103DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DBE; }
p { color: rgb(16,61,190); }
H1.HeaderClassName
{
color: #103DBE;
}
.AnyTagClassName
{
color: #103DBE;
}
</style>
background-color css
<style>
a { background-color: #103DBE; }
a { background-color: rgb(16,61,190); }
div.DivClassName
{
background-color: #103DBE;
}
.BgClassName
{
background-color: #103DBE;
}
</style>
border-color css
<style>
span { border-color: #103DBE; }
span { border-color: rgb(16,61,190); }
td.TdClassName
{
border-color: #103DBE;
}
.TagClassName
{
border-color: #103DBE;
}
</style>