Shades of Persian Blue #103BCF
Tints of Persian Blue #103BCF
RGB
CMYK
RGB Variations
Color information
#103BCF (or 0x103BCF) is known color: Persian Blue. HEX triplet: 10, 3B and CF. RGB value is (16,59,207). Sum of RGB (Red+Green+Blue) = 16+59+207=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #103BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BCF is #EFC430. Grayscale: #3E3E3E. Windows color (decimal): -15713329 or 13581072. OLE color: 13581072.
HSL color Cylindrical-coordinate representation of color #103BCF: hue angle of 226.49º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103BCF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 59 | 207 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.19 |
| HSL | 226.49º | 0.86% | 0.44% | - |
| HSV(B) | 226.49º | 0.92% | 0.81% | - |
| XYZ | 13.04 | 7.74 | 59.84 | - |
| YUV | 63.02 | 209.25 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 207 | 0.92 | 0.71 | 0 | 0.19 | 226.49 | 0.86 | 0.44 |
| Hex | 10 | 3B | CF | 5C | 47 | 0 | 13 | E2 | 56 | 2C |
| Octal | 20 | 73 | 317 | 134 | 107 | 0 | 23 | 342 | 126 | 54 |
| Binary | 10000 | 111011 | 11001111 | 1011100 | 1000111 | 0 | 10011 | 11100010 | 1010110 | 101100 |
Color Harmonies of #103BCF
Complementary color
Monochromatic Colors of #103BCF
Black with #103BCF
Text Example
Text Example
White with #103BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BCF; }
p { color: rgb(16,59,207); }
H1.HeaderClassName
{
color: #103BCF;
}
.AnyTagClassName
{
color: #103BCF;
}
</style>
background-color css
<style>
a { background-color: #103BCF; }
a { background-color: rgb(16,59,207); }
div.DivClassName
{
background-color: #103BCF;
}
.BgClassName
{
background-color: #103BCF;
}
</style>
border-color css
<style>
span { border-color: #103BCF; }
span { border-color: rgb(16,59,207); }
td.TdClassName
{
border-color: #103BCF;
}
.TagClassName
{
border-color: #103BCF;
}
</style>