Shades of Persian Blue #103BC5
Tints of Persian Blue #103BC5
RGB
CMYK
RGB Variations
Color information
#103BC5 (or 0x103BC5) is known color: Persian Blue. HEX triplet: 10, 3B and C5. RGB value is (16,59,197). Sum of RGB (Red+Green+Blue) = 16+59+197=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 197 (77.34% from 255 or 72.43% from 272); Max value from RGB is 197 - color contains mainly: blue. Hex color #103BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BC5 is #EFC43A. Grayscale: #3D3D3D. Windows color (decimal): -15713339 or 12925712. OLE color: 12925712.
HSL color Cylindrical-coordinate representation of color #103BC5: hue angle of 225.75º 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 #103BC5 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 59 | 197 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.23 |
| HSL | 225.75º | 0.85% | 0.42% | - |
| HSV(B) | 225.75º | 0.92% | 0.77% | - |
| XYZ | 11.86 | 7.27 | 53.6 | - |
| YUV | 61.88 | 204.25 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 197 | 0.92 | 0.70 | 0 | 0.23 | 225.75 | 0.85 | 0.42 |
| Hex | 10 | 3B | C5 | 5C | 46 | 0 | 17 | E2 | 55 | 2A |
| Octal | 20 | 73 | 305 | 134 | 106 | 0 | 27 | 342 | 125 | 52 |
| Binary | 10000 | 111011 | 11000101 | 1011100 | 1000110 | 0 | 10111 | 11100010 | 1010101 | 101010 |
Color Harmonies of #103BC5
Complementary color
Monochromatic Colors of #103BC5
Black with #103BC5
Text Example
Text Example
White with #103BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BC5; }
p { color: rgb(16,59,197); }
H1.HeaderClassName
{
color: #103BC5;
}
.AnyTagClassName
{
color: #103BC5;
}
</style>
background-color css
<style>
a { background-color: #103BC5; }
a { background-color: rgb(16,59,197); }
div.DivClassName
{
background-color: #103BC5;
}
.BgClassName
{
background-color: #103BC5;
}
</style>
border-color css
<style>
span { border-color: #103BC5; }
span { border-color: rgb(16,59,197); }
td.TdClassName
{
border-color: #103BC5;
}
.TagClassName
{
border-color: #103BC5;
}
</style>