Shades of Persian Blue #103ECB
Tints of Persian Blue #103ECB
RGB
CMYK
RGB Variations
Color information
#103ECB (or 0x103ECB) is known color: Persian Blue. HEX triplet: 10, 3E and CB. RGB value is (16,62,203). Sum of RGB (Red+Green+Blue) = 16+62+203=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #103ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ECB is #EFC134. Grayscale: #3F3F3F. Windows color (decimal): -15712565 or 13319696. OLE color: 13319696.
HSL color Cylindrical-coordinate representation of color #103ECB: hue angle of 225.24º 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 #103ECB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 62 | 203 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.20 |
| HSL | 225.24º | 0.85% | 0.43% | - |
| HSV(B) | 225.24º | 0.92% | 0.8% | - |
| XYZ | 12.72 | 7.87 | 57.35 | - |
| YUV | 64.32 | 206.26 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 203 | 0.92 | 0.69 | 0 | 0.20 | 225.24 | 0.85 | 0.43 |
| Hex | 10 | 3E | CB | 5C | 45 | 0 | 14 | E1 | 55 | 2B |
| Octal | 20 | 76 | 313 | 134 | 105 | 0 | 24 | 341 | 125 | 53 |
| Binary | 10000 | 111110 | 11001011 | 1011100 | 1000101 | 0 | 10100 | 11100001 | 1010101 | 101011 |
Color Harmonies of #103ECB
Complementary color
Monochromatic Colors of #103ECB
Black with #103ECB
Text Example
Text Example
White with #103ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103ECB; }
p { color: rgb(16,62,203); }
H1.HeaderClassName
{
color: #103ECB;
}
.AnyTagClassName
{
color: #103ECB;
}
</style>
background-color css
<style>
a { background-color: #103ECB; }
a { background-color: rgb(16,62,203); }
div.DivClassName
{
background-color: #103ECB;
}
.BgClassName
{
background-color: #103ECB;
}
</style>
border-color css
<style>
span { border-color: #103ECB; }
span { border-color: rgb(16,62,203); }
td.TdClassName
{
border-color: #103ECB;
}
.TagClassName
{
border-color: #103ECB;
}
</style>