Shades of Persian Blue #103BCC
Tints of Persian Blue #103BCC
RGB
CMYK
RGB Variations
Color information
#103BCC (or 0x103BCC) is known color: Persian Blue. HEX triplet: 10, 3B and CC. RGB value is (16,59,204). Sum of RGB (Red+Green+Blue) = 16+59+204=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #103BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BCC is #EFC433. Grayscale: #3E3E3E. Windows color (decimal): -15713332 or 13384464. OLE color: 13384464.
HSL color Cylindrical-coordinate representation of color #103BCC: hue angle of 226.28º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103BCC is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 59 | 204 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.2 |
| HSL | 226.28º | 0.85% | 0.43% | - |
| HSV(B) | 226.28º | 0.92% | 0.8% | - |
| XYZ | 12.68 | 7.6 | 57.93 | - |
| YUV | 62.67 | 207.75 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 204 | 0.92 | 0.71 | 0 | 0.2 | 226.28 | 0.85 | 0.43 |
| Hex | 10 | 3B | CC | 5C | 47 | 0 | 14 | E2 | 55 | 2B |
| Octal | 20 | 73 | 314 | 134 | 107 | 0 | 24 | 342 | 125 | 53 |
| Binary | 10000 | 111011 | 11001100 | 1011100 | 1000111 | 0 | 10100 | 11100010 | 1010101 | 101011 |
Color Harmonies of #103BCC
Complementary color
Monochromatic Colors of #103BCC
Black with #103BCC
Text Example
Text Example
White with #103BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BCC; }
p { color: rgb(16,59,204); }
H1.HeaderClassName
{
color: #103BCC;
}
.AnyTagClassName
{
color: #103BCC;
}
</style>
background-color css
<style>
a { background-color: #103BCC; }
a { background-color: rgb(16,59,204); }
div.DivClassName
{
background-color: #103BCC;
}
.BgClassName
{
background-color: #103BCC;
}
</style>
border-color css
<style>
span { border-color: #103BCC; }
span { border-color: rgb(16,59,204); }
td.TdClassName
{
border-color: #103BCC;
}
.TagClassName
{
border-color: #103BCC;
}
</style>