Shades of Persian Blue #103CEB
Tints of Persian Blue #103CEB
RGB
CMYK
RGB Variations
Color information
#103CEB (or 0x103CEB) is known color: Persian Blue. HEX triplet: 10, 3C and EB. RGB value is (16,60,235). Sum of RGB (Red+Green+Blue) = 16+60+235=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #103CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103CEB is #EFC314. Grayscale: #424242. Windows color (decimal): -15713045 or 15416336. OLE color: 15416336.
HSL color Cylindrical-coordinate representation of color #103CEB: hue angle of 227.95º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103CEB is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 60 | 235 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.08 |
| HSL | 227.95º | 0.87% | 0.49% | - |
| HSV(B) | 227.95º | 0.93% | 0.92% | - |
| XYZ | 16.82 | 9.34 | 79.51 | - |
| YUV | 66.79 | 222.92 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 235 | 0.93 | 0.74 | 0 | 0.08 | 227.95 | 0.87 | 0.49 |
| Hex | 10 | 3C | EB | 5D | 4A | 0 | 8 | E4 | 57 | 31 |
| Octal | 20 | 74 | 353 | 135 | 112 | 0 | 10 | 344 | 127 | 61 |
| Binary | 10000 | 111100 | 11101011 | 1011101 | 1001010 | 0 | 1000 | 11100100 | 1010111 | 110001 |
Color Harmonies of #103CEB
Complementary color
Monochromatic Colors of #103CEB
Black with #103CEB
Text Example
Text Example
White with #103CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CEB; }
p { color: rgb(16,60,235); }
H1.HeaderClassName
{
color: #103CEB;
}
.AnyTagClassName
{
color: #103CEB;
}
</style>
background-color css
<style>
a { background-color: #103CEB; }
a { background-color: rgb(16,60,235); }
div.DivClassName
{
background-color: #103CEB;
}
.BgClassName
{
background-color: #103CEB;
}
</style>
border-color css
<style>
span { border-color: #103CEB; }
span { border-color: rgb(16,60,235); }
td.TdClassName
{
border-color: #103CEB;
}
.TagClassName
{
border-color: #103CEB;
}
</style>