Shades of Persian Blue #103DC5
Tints of Persian Blue #103DC5
RGB
CMYK
RGB Variations
Color information
#103DC5 (or 0x103DC5) is known color: Persian Blue. HEX triplet: 10, 3D and C5. RGB value is (16,61,197). Sum of RGB (Red+Green+Blue) = 16+61+197=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 197 (77.34% from 255 or 71.90% from 274); Max value from RGB is 197 - color contains mainly: blue. Hex color #103DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DC5 is #EFC23A. Grayscale: #3E3E3E. Windows color (decimal): -15712827 or 12926224. OLE color: 12926224.
HSL color Cylindrical-coordinate representation of color #103DC5: hue angle of 225.08º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103DC5 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 61 | 197 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.23 |
| HSL | 225.08º | 0.85% | 0.42% | - |
| HSV(B) | 225.08º | 0.92% | 0.77% | - |
| XYZ | 11.96 | 7.48 | 53.64 | - |
| YUV | 63.05 | 203.59 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 197 | 0.92 | 0.69 | 0 | 0.23 | 225.08 | 0.85 | 0.42 |
| Hex | 10 | 3D | C5 | 5C | 45 | 0 | 17 | E1 | 55 | 2A |
| Octal | 20 | 75 | 305 | 134 | 105 | 0 | 27 | 341 | 125 | 52 |
| Binary | 10000 | 111101 | 11000101 | 1011100 | 1000101 | 0 | 10111 | 11100001 | 1010101 | 101010 |
Color Harmonies of #103DC5
Complementary color
Monochromatic Colors of #103DC5
Black with #103DC5
Text Example
Text Example
White with #103DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DC5; }
p { color: rgb(16,61,197); }
H1.HeaderClassName
{
color: #103DC5;
}
.AnyTagClassName
{
color: #103DC5;
}
</style>
background-color css
<style>
a { background-color: #103DC5; }
a { background-color: rgb(16,61,197); }
div.DivClassName
{
background-color: #103DC5;
}
.BgClassName
{
background-color: #103DC5;
}
</style>
border-color css
<style>
span { border-color: #103DC5; }
span { border-color: rgb(16,61,197); }
td.TdClassName
{
border-color: #103DC5;
}
.TagClassName
{
border-color: #103DC5;
}
</style>