Shades of Persian Blue #103DFB
Tints of Persian Blue #103DFB
RGB
CMYK
RGB Variations
Color information
#103DFB (or 0x103DFB) is known color: Persian Blue. HEX triplet: 10, 3D and FB. RGB value is (16,61,251). Sum of RGB (Red+Green+Blue) = 16+61+251=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #103DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103DFB is #EFC204. Grayscale: #444444. Windows color (decimal): -15712773 or 16465168. OLE color: 16465168.
HSL color Cylindrical-coordinate representation of color #103DFB: hue angle of 228.51º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103DFB is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 61 | 251 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.02 |
| HSL | 228.51º | 0.97% | 0.52% | - |
| HSV(B) | 228.51º | 0.94% | 0.98% | - |
| XYZ | 19.3 | 10.41 | 92.26 | - |
| YUV | 69.21 | 230.59 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 251 | 0.94 | 0.76 | 0 | 0.02 | 228.51 | 0.97 | 0.52 |
| Hex | 10 | 3D | FB | 5E | 4C | 0 | 2 | E5 | 61 | 34 |
| Octal | 20 | 75 | 373 | 136 | 114 | 0 | 2 | 345 | 141 | 64 |
| Binary | 10000 | 111101 | 11111011 | 1011110 | 1001100 | 0 | 10 | 11100101 | 1100001 | 110100 |
Color Harmonies of #103DFB
Complementary color
Monochromatic Colors of #103DFB
Black with #103DFB
Text Example
Text Example
White with #103DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DFB; }
p { color: rgb(16,61,251); }
H1.HeaderClassName
{
color: #103DFB;
}
.AnyTagClassName
{
color: #103DFB;
}
</style>
background-color css
<style>
a { background-color: #103DFB; }
a { background-color: rgb(16,61,251); }
div.DivClassName
{
background-color: #103DFB;
}
.BgClassName
{
background-color: #103DFB;
}
</style>
border-color css
<style>
span { border-color: #103DFB; }
span { border-color: rgb(16,61,251); }
td.TdClassName
{
border-color: #103DFB;
}
.TagClassName
{
border-color: #103DFB;
}
</style>