Shades of Persian Blue #103ADE
Tints of Persian Blue #103ADE
RGB
CMYK
RGB Variations
Color information
#103ADE (or 0x103ADE) is known color: Persian Blue. HEX triplet: 10, 3A and DE. RGB value is (16,58,222). Sum of RGB (Red+Green+Blue) = 16+58+222=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #103ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ADE is #EFC521. Grayscale: #3F3F3F. Windows color (decimal): -15713570 or 14563856. OLE color: 14563856.
HSL color Cylindrical-coordinate representation of color #103ADE: hue angle of 227.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103ADE is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 58 | 222 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.13 |
| HSL | 227.77º | 0.87% | 0.47% | - |
| HSV(B) | 227.77º | 0.93% | 0.87% | - |
| XYZ | 14.91 | 8.41 | 69.94 | - |
| YUV | 64.14 | 217.09 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 222 | 0.93 | 0.74 | 0 | 0.13 | 227.77 | 0.87 | 0.47 |
| Hex | 10 | 3A | DE | 5D | 4A | 0 | D | E4 | 57 | 2F |
| Octal | 20 | 72 | 336 | 135 | 112 | 0 | 15 | 344 | 127 | 57 |
| Binary | 10000 | 111010 | 11011110 | 1011101 | 1001010 | 0 | 1101 | 11100100 | 1010111 | 101111 |
Color Harmonies of #103ADE
Complementary color
Monochromatic Colors of #103ADE
Black with #103ADE
Text Example
Text Example
White with #103ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103ADE; }
p { color: rgb(16,58,222); }
H1.HeaderClassName
{
color: #103ADE;
}
.AnyTagClassName
{
color: #103ADE;
}
</style>
background-color css
<style>
a { background-color: #103ADE; }
a { background-color: rgb(16,58,222); }
div.DivClassName
{
background-color: #103ADE;
}
.BgClassName
{
background-color: #103ADE;
}
</style>
border-color css
<style>
span { border-color: #103ADE; }
span { border-color: rgb(16,58,222); }
td.TdClassName
{
border-color: #103ADE;
}
.TagClassName
{
border-color: #103ADE;
}
</style>