Shades of Persian Blue #103DC1
Tints of Persian Blue #103DC1
RGB
CMYK
RGB Variations
Color information
#103DC1 (or 0x103DC1) is known color: Persian Blue. HEX triplet: 10, 3D and C1. RGB value is (16,61,193). Sum of RGB (Red+Green+Blue) = 16+61+193=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #103DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DC1 is #EFC23E. Grayscale: #3E3E3E. Windows color (decimal): -15712831 or 12664080. OLE color: 12664080.
HSL color Cylindrical-coordinate representation of color #103DC1: hue angle of 224.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103DC1 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 61 | 193 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.24 |
| HSL | 224.75º | 0.85% | 0.41% | - |
| HSV(B) | 224.75º | 0.92% | 0.76% | - |
| XYZ | 11.51 | 7.3 | 51.25 | - |
| YUV | 62.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 193 | 0.92 | 0.68 | 0 | 0.24 | 224.75 | 0.85 | 0.41 |
| Hex | 10 | 3D | C1 | 5C | 44 | 0 | 18 | E1 | 55 | 29 |
| Octal | 20 | 75 | 301 | 134 | 104 | 0 | 30 | 341 | 125 | 51 |
| Binary | 10000 | 111101 | 11000001 | 1011100 | 1000100 | 0 | 11000 | 11100001 | 1010101 | 101001 |
Color Harmonies of #103DC1
Complementary color
Monochromatic Colors of #103DC1
Black with #103DC1
Text Example
Text Example
White with #103DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DC1; }
p { color: rgb(16,61,193); }
H1.HeaderClassName
{
color: #103DC1;
}
.AnyTagClassName
{
color: #103DC1;
}
</style>
background-color css
<style>
a { background-color: #103DC1; }
a { background-color: rgb(16,61,193); }
div.DivClassName
{
background-color: #103DC1;
}
.BgClassName
{
background-color: #103DC1;
}
</style>
border-color css
<style>
span { border-color: #103DC1; }
span { border-color: rgb(16,61,193); }
td.TdClassName
{
border-color: #103DC1;
}
.TagClassName
{
border-color: #103DC1;
}
</style>