Shades of Persian Blue #103BCB
Tints of Persian Blue #103BCB
RGB
CMYK
RGB Variations
Color information
#103BCB (or 0x103BCB) is known color: Persian Blue. HEX triplet: 10, 3B and CB. RGB value is (16,59,203). Sum of RGB (Red+Green+Blue) = 16+59+203=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #103BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BCB is #EFC434. Grayscale: #3D3D3D. Windows color (decimal): -15713333 or 13318928. OLE color: 13318928.
HSL color Cylindrical-coordinate representation of color #103BCB: hue angle of 226.2º 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 #103BCB is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 59 | 203 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.20 |
| HSL | 226.2º | 0.85% | 0.43% | - |
| HSV(B) | 226.2º | 0.92% | 0.8% | - |
| XYZ | 12.56 | 7.55 | 57.3 | - |
| YUV | 62.56 | 207.25 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 203 | 0.92 | 0.71 | 0 | 0.20 | 226.2 | 0.85 | 0.43 |
| Hex | 10 | 3B | CB | 5C | 47 | 0 | 14 | E2 | 55 | 2B |
| Octal | 20 | 73 | 313 | 134 | 107 | 0 | 24 | 342 | 125 | 53 |
| Binary | 10000 | 111011 | 11001011 | 1011100 | 1000111 | 0 | 10100 | 11100010 | 1010101 | 101011 |
Color Harmonies of #103BCB
Complementary color
Monochromatic Colors of #103BCB
Black with #103BCB
Text Example
Text Example
White with #103BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BCB; }
p { color: rgb(16,59,203); }
H1.HeaderClassName
{
color: #103BCB;
}
.AnyTagClassName
{
color: #103BCB;
}
</style>
background-color css
<style>
a { background-color: #103BCB; }
a { background-color: rgb(16,59,203); }
div.DivClassName
{
background-color: #103BCB;
}
.BgClassName
{
background-color: #103BCB;
}
</style>
border-color css
<style>
span { border-color: #103BCB; }
span { border-color: rgb(16,59,203); }
td.TdClassName
{
border-color: #103BCB;
}
.TagClassName
{
border-color: #103BCB;
}
</style>