Shades of Persian Blue #103BEC
Tints of Persian Blue #103BEC
RGB
CMYK
RGB Variations
Color information
#103BEC (or 0x103BEC) is known color: Persian Blue. HEX triplet: 10, 3B and EC. RGB value is (16,59,236). Sum of RGB (Red+Green+Blue) = 16+59+236=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 236 (92.58% from 255 or 75.88% from 311); Max value from RGB is 236 - color contains mainly: blue. Hex color #103BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BEC is #EFC413. Grayscale: #414141. Windows color (decimal): -15713300 or 15481616. OLE color: 15481616.
HSL color Cylindrical-coordinate representation of color #103BEC: hue angle of 228.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BEC is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 59 | 236 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.07 |
| HSL | 228.27º | 0.87% | 0.49% | - |
| HSV(B) | 228.27º | 0.93% | 0.93% | - |
| XYZ | 16.92 | 9.29 | 80.26 | - |
| YUV | 66.32 | 223.75 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 236 | 0.93 | 0.75 | 0 | 0.07 | 228.27 | 0.87 | 0.49 |
| Hex | 10 | 3B | EC | 5D | 4B | 0 | 7 | E4 | 57 | 31 |
| Octal | 20 | 73 | 354 | 135 | 113 | 0 | 7 | 344 | 127 | 61 |
| Binary | 10000 | 111011 | 11101100 | 1011101 | 1001011 | 0 | 111 | 11100100 | 1010111 | 110001 |
Color Harmonies of #103BEC
Complementary color
Monochromatic Colors of #103BEC
Black with #103BEC
Text Example
Text Example
White with #103BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BEC; }
p { color: rgb(16,59,236); }
H1.HeaderClassName
{
color: #103BEC;
}
.AnyTagClassName
{
color: #103BEC;
}
</style>
background-color css
<style>
a { background-color: #103BEC; }
a { background-color: rgb(16,59,236); }
div.DivClassName
{
background-color: #103BEC;
}
.BgClassName
{
background-color: #103BEC;
}
</style>
border-color css
<style>
span { border-color: #103BEC; }
span { border-color: rgb(16,59,236); }
td.TdClassName
{
border-color: #103BEC;
}
.TagClassName
{
border-color: #103BEC;
}
</style>