Shades of Persian Blue #103BDA
Tints of Persian Blue #103BDA
RGB
CMYK
RGB Variations
Color information
#103BDA (or 0x103BDA) is known color: Persian Blue. HEX triplet: 10, 3B and DA. RGB value is (16,59,218). Sum of RGB (Red+Green+Blue) = 16+59+218=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 218 (85.55% from 255 or 74.40% from 293); Max value from RGB is 218 - color contains mainly: blue. Hex color #103BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BDA is #EFC425. Grayscale: #3F3F3F. Windows color (decimal): -15713318 or 14301968. OLE color: 14301968.
HSL color Cylindrical-coordinate representation of color #103BDA: hue angle of 227.23º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BDA is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 59 | 218 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.15 |
| HSL | 227.23º | 0.86% | 0.46% | - |
| HSV(B) | 227.23º | 0.93% | 0.85% | - |
| XYZ | 14.43 | 8.3 | 67.17 | - |
| YUV | 64.27 | 214.75 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 218 | 0.93 | 0.73 | 0 | 0.15 | 227.23 | 0.86 | 0.46 |
| Hex | 10 | 3B | DA | 5D | 49 | 0 | F | E3 | 56 | 2E |
| Octal | 20 | 73 | 332 | 135 | 111 | 0 | 17 | 343 | 126 | 56 |
| Binary | 10000 | 111011 | 11011010 | 1011101 | 1001001 | 0 | 1111 | 11100011 | 1010110 | 101110 |
Color Harmonies of #103BDA
Complementary color
Monochromatic Colors of #103BDA
Black with #103BDA
Text Example
Text Example
White with #103BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BDA; }
p { color: rgb(16,59,218); }
H1.HeaderClassName
{
color: #103BDA;
}
.AnyTagClassName
{
color: #103BDA;
}
</style>
background-color css
<style>
a { background-color: #103BDA; }
a { background-color: rgb(16,59,218); }
div.DivClassName
{
background-color: #103BDA;
}
.BgClassName
{
background-color: #103BDA;
}
</style>
border-color css
<style>
span { border-color: #103BDA; }
span { border-color: rgb(16,59,218); }
td.TdClassName
{
border-color: #103BDA;
}
.TagClassName
{
border-color: #103BDA;
}
</style>