Shades of Persian Blue #103FEE
Tints of Persian Blue #103FEE
RGB
CMYK
RGB Variations
Color information
#103FEE (or 0x103FEE) is known color: Persian Blue. HEX triplet: 10, 3F and EE. RGB value is (16,63,238). Sum of RGB (Red+Green+Blue) = 16+63+238=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #103FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103FEE is #EFC011. Grayscale: #444444. Windows color (decimal): -15712274 or 15613712. OLE color: 15613712.
HSL color Cylindrical-coordinate representation of color #103FEE: hue angle of 227.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103FEE is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 63 | 238 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.07 |
| HSL | 227.3º | 0.87% | 0.5% | - |
| HSV(B) | 227.3º | 0.93% | 0.93% | - |
| XYZ | 17.42 | 9.84 | 81.87 | - |
| YUV | 68.9 | 223.43 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 238 | 0.93 | 0.74 | 0 | 0.07 | 227.3 | 0.87 | 0.5 |
| Hex | 10 | 3F | EE | 5D | 4A | 0 | 7 | E3 | 57 | 32 |
| Octal | 20 | 77 | 356 | 135 | 112 | 0 | 7 | 343 | 127 | 62 |
| Binary | 10000 | 111111 | 11101110 | 1011101 | 1001010 | 0 | 111 | 11100011 | 1010111 | 110010 |
Color Harmonies of #103FEE
Complementary color
Monochromatic Colors of #103FEE
Black with #103FEE
Text Example
Text Example
White with #103FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FEE; }
p { color: rgb(16,63,238); }
H1.HeaderClassName
{
color: #103FEE;
}
.AnyTagClassName
{
color: #103FEE;
}
</style>
background-color css
<style>
a { background-color: #103FEE; }
a { background-color: rgb(16,63,238); }
div.DivClassName
{
background-color: #103FEE;
}
.BgClassName
{
background-color: #103FEE;
}
</style>
border-color css
<style>
span { border-color: #103FEE; }
span { border-color: rgb(16,63,238); }
td.TdClassName
{
border-color: #103FEE;
}
.TagClassName
{
border-color: #103FEE;
}
</style>