Shades of Persian Blue #103DC3
Tints of Persian Blue #103DC3
RGB
CMYK
RGB Variations
Color information
#103DC3 (or 0x103DC3) is known color: Persian Blue. HEX triplet: 10, 3D and C3. RGB value is (16,61,195). Sum of RGB (Red+Green+Blue) = 16+61+195=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #103DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DC3 is #EFC23C. Grayscale: #3E3E3E. Windows color (decimal): -15712829 or 12795152. OLE color: 12795152.
HSL color Cylindrical-coordinate representation of color #103DC3: hue angle of 224.92º 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 #103DC3 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 61 | 195 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.24 |
| HSL | 224.92º | 0.85% | 0.41% | - |
| HSV(B) | 224.92º | 0.92% | 0.76% | - |
| XYZ | 11.73 | 7.39 | 52.44 | - |
| YUV | 62.82 | 202.59 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 195 | 0.92 | 0.69 | 0 | 0.24 | 224.92 | 0.85 | 0.41 |
| Hex | 10 | 3D | C3 | 5C | 45 | 0 | 18 | E1 | 55 | 29 |
| Octal | 20 | 75 | 303 | 134 | 105 | 0 | 30 | 341 | 125 | 51 |
| Binary | 10000 | 111101 | 11000011 | 1011100 | 1000101 | 0 | 11000 | 11100001 | 1010101 | 101001 |
Color Harmonies of #103DC3
Complementary color
Monochromatic Colors of #103DC3
Black with #103DC3
Text Example
Text Example
White with #103DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DC3; }
p { color: rgb(16,61,195); }
H1.HeaderClassName
{
color: #103DC3;
}
.AnyTagClassName
{
color: #103DC3;
}
</style>
background-color css
<style>
a { background-color: #103DC3; }
a { background-color: rgb(16,61,195); }
div.DivClassName
{
background-color: #103DC3;
}
.BgClassName
{
background-color: #103DC3;
}
</style>
border-color css
<style>
span { border-color: #103DC3; }
span { border-color: rgb(16,61,195); }
td.TdClassName
{
border-color: #103DC3;
}
.TagClassName
{
border-color: #103DC3;
}
</style>