Shades of Persian Blue #103BEF
Tints of Persian Blue #103BEF
RGB
CMYK
RGB Variations
Color information
#103BEF (or 0x103BEF) is known color: Persian Blue. HEX triplet: 10, 3B and EF. RGB value is (16,59,239). Sum of RGB (Red+Green+Blue) = 16+59+239=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #103BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BEF is #EFC410. Grayscale: #414141. Windows color (decimal): -15713297 or 15678224. OLE color: 15678224.
HSL color Cylindrical-coordinate representation of color #103BEF: hue angle of 228.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BEF is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 59 | 239 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.06 |
| HSL | 228.43º | 0.87% | 0.5% | - |
| HSV(B) | 228.43º | 0.93% | 0.94% | - |
| XYZ | 17.36 | 9.47 | 82.57 | - |
| YUV | 66.66 | 225.25 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 239 | 0.93 | 0.75 | 0 | 0.06 | 228.43 | 0.87 | 0.5 |
| Hex | 10 | 3B | EF | 5D | 4B | 0 | 6 | E4 | 57 | 32 |
| Octal | 20 | 73 | 357 | 135 | 113 | 0 | 6 | 344 | 127 | 62 |
| Binary | 10000 | 111011 | 11101111 | 1011101 | 1001011 | 0 | 110 | 11100100 | 1010111 | 110010 |
Color Harmonies of #103BEF
Complementary color
Monochromatic Colors of #103BEF
Black with #103BEF
Text Example
Text Example
White with #103BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BEF; }
p { color: rgb(16,59,239); }
H1.HeaderClassName
{
color: #103BEF;
}
.AnyTagClassName
{
color: #103BEF;
}
</style>
background-color css
<style>
a { background-color: #103BEF; }
a { background-color: rgb(16,59,239); }
div.DivClassName
{
background-color: #103BEF;
}
.BgClassName
{
background-color: #103BEF;
}
</style>
border-color css
<style>
span { border-color: #103BEF; }
span { border-color: rgb(16,59,239); }
td.TdClassName
{
border-color: #103BEF;
}
.TagClassName
{
border-color: #103BEF;
}
</style>