Shades of Persian Blue #103DBD
Tints of Persian Blue #103DBD
RGB
CMYK
RGB Variations
Color information
#103DBD (or 0x103DBD) is known color: Persian Blue. HEX triplet: 10, 3D and BD. RGB value is (16,61,189). Sum of RGB (Red+Green+Blue) = 16+61+189=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #103DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DBD is #EFC242. Grayscale: #3D3D3D. Windows color (decimal): -15712835 or 12401936. OLE color: 12401936.
HSL color Cylindrical-coordinate representation of color #103DBD: hue angle of 224.39º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103DBD is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 61 | 189 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.26 |
| HSL | 224.39º | 0.84% | 0.4% | - |
| HSV(B) | 224.39º | 0.92% | 0.74% | - |
| XYZ | 11.07 | 7.12 | 48.94 | - |
| YUV | 62.14 | 199.59 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 189 | 0.92 | 0.68 | 0 | 0.26 | 224.39 | 0.84 | 0.4 |
| Hex | 10 | 3D | BD | 5C | 44 | 0 | 1A | E0 | 54 | 28 |
| Octal | 20 | 75 | 275 | 134 | 104 | 0 | 32 | 340 | 124 | 50 |
| Binary | 10000 | 111101 | 10111101 | 1011100 | 1000100 | 0 | 11010 | 11100000 | 1010100 | 101000 |
Color Harmonies of #103DBD
Complementary color
Monochromatic Colors of #103DBD
Black with #103DBD
Text Example
Text Example
White with #103DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DBD; }
p { color: rgb(16,61,189); }
H1.HeaderClassName
{
color: #103DBD;
}
.AnyTagClassName
{
color: #103DBD;
}
</style>
background-color css
<style>
a { background-color: #103DBD; }
a { background-color: rgb(16,61,189); }
div.DivClassName
{
background-color: #103DBD;
}
.BgClassName
{
background-color: #103DBD;
}
</style>
border-color css
<style>
span { border-color: #103DBD; }
span { border-color: rgb(16,61,189); }
td.TdClassName
{
border-color: #103DBD;
}
.TagClassName
{
border-color: #103DBD;
}
</style>