Shades of Persian Blue #103BE6
Tints of Persian Blue #103BE6
RGB
CMYK
RGB Variations
Color information
#103BE6 (or 0x103BE6) is known color: Persian Blue. HEX triplet: 10, 3B and E6. RGB value is (16,59,230). Sum of RGB (Red+Green+Blue) = 16+59+230=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 230 (90.23% from 255 or 75.41% from 305); Max value from RGB is 230 - color contains mainly: blue. Hex color #103BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BE6 is #EFC419. Grayscale: #404040. Windows color (decimal): -15713306 or 15088400. OLE color: 15088400.
HSL color Cylindrical-coordinate representation of color #103BE6: hue angle of 227.94º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BE6 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 59 | 230 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.10 |
| HSL | 227.94º | 0.87% | 0.48% | - |
| HSV(B) | 227.94º | 0.93% | 0.9% | - |
| XYZ | 16.06 | 8.95 | 75.74 | - |
| YUV | 65.64 | 220.75 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 230 | 0.93 | 0.74 | 0 | 0.10 | 227.94 | 0.87 | 0.48 |
| Hex | 10 | 3B | E6 | 5D | 4A | 0 | A | E4 | 57 | 30 |
| Octal | 20 | 73 | 346 | 135 | 112 | 0 | 12 | 344 | 127 | 60 |
| Binary | 10000 | 111011 | 11100110 | 1011101 | 1001010 | 0 | 1010 | 11100100 | 1010111 | 110000 |
Color Harmonies of #103BE6
Complementary color
Monochromatic Colors of #103BE6
Black with #103BE6
Text Example
Text Example
White with #103BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BE6; }
p { color: rgb(16,59,230); }
H1.HeaderClassName
{
color: #103BE6;
}
.AnyTagClassName
{
color: #103BE6;
}
</style>
background-color css
<style>
a { background-color: #103BE6; }
a { background-color: rgb(16,59,230); }
div.DivClassName
{
background-color: #103BE6;
}
.BgClassName
{
background-color: #103BE6;
}
</style>
border-color css
<style>
span { border-color: #103BE6; }
span { border-color: rgb(16,59,230); }
td.TdClassName
{
border-color: #103BE6;
}
.TagClassName
{
border-color: #103BE6;
}
</style>