Shades of Persian Blue #103DCB
Tints of Persian Blue #103DCB
RGB
CMYK
RGB Variations
Color information
#103DCB (or 0x103DCB) is known color: Persian Blue. HEX triplet: 10, 3D and CB. RGB value is (16,61,203). Sum of RGB (Red+Green+Blue) = 16+61+203=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #103DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DCB is #EFC234. Grayscale: #3F3F3F. Windows color (decimal): -15712821 or 13319440. OLE color: 13319440.
HSL color Cylindrical-coordinate representation of color #103DCB: hue angle of 225.56º 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 #103DCB is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 61 | 203 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.20 |
| HSL | 225.56º | 0.85% | 0.43% | - |
| HSV(B) | 225.56º | 0.92% | 0.8% | - |
| XYZ | 12.66 | 7.76 | 57.33 | - |
| YUV | 63.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 203 | 0.92 | 0.70 | 0 | 0.20 | 225.56 | 0.85 | 0.43 |
| Hex | 10 | 3D | CB | 5C | 46 | 0 | 14 | E2 | 55 | 2B |
| Octal | 20 | 75 | 313 | 134 | 106 | 0 | 24 | 342 | 125 | 53 |
| Binary | 10000 | 111101 | 11001011 | 1011100 | 1000110 | 0 | 10100 | 11100010 | 1010101 | 101011 |
Color Harmonies of #103DCB
Complementary color
Monochromatic Colors of #103DCB
Black with #103DCB
Text Example
Text Example
White with #103DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DCB; }
p { color: rgb(16,61,203); }
H1.HeaderClassName
{
color: #103DCB;
}
.AnyTagClassName
{
color: #103DCB;
}
</style>
background-color css
<style>
a { background-color: #103DCB; }
a { background-color: rgb(16,61,203); }
div.DivClassName
{
background-color: #103DCB;
}
.BgClassName
{
background-color: #103DCB;
}
</style>
border-color css
<style>
span { border-color: #103DCB; }
span { border-color: rgb(16,61,203); }
td.TdClassName
{
border-color: #103DCB;
}
.TagClassName
{
border-color: #103DCB;
}
</style>