Shades of Persian Blue #103CC9
Tints of Persian Blue #103CC9
RGB
CMYK
RGB Variations
Color information
#103CC9 (or 0x103CC9) is known color: Persian Blue. HEX triplet: 10, 3C and C9. RGB value is (16,60,201). Sum of RGB (Red+Green+Blue) = 16+60+201=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 201 (78.91% from 255 or 72.56% from 277); Max value from RGB is 201 - color contains mainly: blue. Hex color #103CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CC9 is #EFC336. Grayscale: #3E3E3E. Windows color (decimal): -15713079 or 13188112. OLE color: 13188112.
HSL color Cylindrical-coordinate representation of color #103CC9: hue angle of 225.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103CC9 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 60 | 201 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.21 |
| HSL | 225.73º | 0.85% | 0.43% | - |
| HSV(B) | 225.73º | 0.92% | 0.79% | - |
| XYZ | 12.37 | 7.56 | 56.07 | - |
| YUV | 62.92 | 205.92 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 201 | 0.92 | 0.70 | 0 | 0.21 | 225.73 | 0.85 | 0.43 |
| Hex | 10 | 3C | C9 | 5C | 46 | 0 | 15 | E2 | 55 | 2B |
| Octal | 20 | 74 | 311 | 134 | 106 | 0 | 25 | 342 | 125 | 53 |
| Binary | 10000 | 111100 | 11001001 | 1011100 | 1000110 | 0 | 10101 | 11100010 | 1010101 | 101011 |
Color Harmonies of #103CC9
Complementary color
Monochromatic Colors of #103CC9
Black with #103CC9
Text Example
Text Example
White with #103CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CC9; }
p { color: rgb(16,60,201); }
H1.HeaderClassName
{
color: #103CC9;
}
.AnyTagClassName
{
color: #103CC9;
}
</style>
background-color css
<style>
a { background-color: #103CC9; }
a { background-color: rgb(16,60,201); }
div.DivClassName
{
background-color: #103CC9;
}
.BgClassName
{
background-color: #103CC9;
}
</style>
border-color css
<style>
span { border-color: #103CC9; }
span { border-color: rgb(16,60,201); }
td.TdClassName
{
border-color: #103CC9;
}
.TagClassName
{
border-color: #103CC9;
}
</style>