Shades of Persian Blue #103BD8
Tints of Persian Blue #103BD8
RGB
CMYK
RGB Variations
Color information
#103BD8 (or 0x103BD8) is known color: Persian Blue. HEX triplet: 10, 3B and D8. RGB value is (16,59,216). Sum of RGB (Red+Green+Blue) = 16+59+216=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 216 (84.77% from 255 or 74.23% from 291); Max value from RGB is 216 - color contains mainly: blue. Hex color #103BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BD8 is #EFC427. Grayscale: #3F3F3F. Windows color (decimal): -15713320 or 14170896. OLE color: 14170896.
HSL color Cylindrical-coordinate representation of color #103BD8: hue angle of 227.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BD8 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 59 | 216 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.15 |
| HSL | 227.1º | 0.86% | 0.45% | - |
| HSV(B) | 227.1º | 0.93% | 0.85% | - |
| XYZ | 14.17 | 8.2 | 65.8 | - |
| YUV | 64.04 | 213.75 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 216 | 0.93 | 0.73 | 0 | 0.15 | 227.1 | 0.86 | 0.45 |
| Hex | 10 | 3B | D8 | 5D | 49 | 0 | F | E3 | 56 | 2D |
| Octal | 20 | 73 | 330 | 135 | 111 | 0 | 17 | 343 | 126 | 55 |
| Binary | 10000 | 111011 | 11011000 | 1011101 | 1001001 | 0 | 1111 | 11100011 | 1010110 | 101101 |
Color Harmonies of #103BD8
Complementary color
Monochromatic Colors of #103BD8
Black with #103BD8
Text Example
Text Example
White with #103BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BD8; }
p { color: rgb(16,59,216); }
H1.HeaderClassName
{
color: #103BD8;
}
.AnyTagClassName
{
color: #103BD8;
}
</style>
background-color css
<style>
a { background-color: #103BD8; }
a { background-color: rgb(16,59,216); }
div.DivClassName
{
background-color: #103BD8;
}
.BgClassName
{
background-color: #103BD8;
}
</style>
border-color css
<style>
span { border-color: #103BD8; }
span { border-color: rgb(16,59,216); }
td.TdClassName
{
border-color: #103BD8;
}
.TagClassName
{
border-color: #103BD8;
}
</style>