Shades of Persian Blue #103DB8
Tints of Persian Blue #103DB8
RGB
CMYK
RGB Variations
Color information
#103DB8 (or 0x103DB8) is known color: Persian Blue. HEX triplet: 10, 3D and B8. RGB value is (16,61,184). Sum of RGB (Red+Green+Blue) = 16+61+184=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 184 (72.27% from 255 or 70.50% from 261); Max value from RGB is 184 - color contains mainly: blue. Hex color #103DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DB8 is #EFC247. Grayscale: #3D3D3D. Windows color (decimal): -15712840 or 12074256. OLE color: 12074256.
HSL color Cylindrical-coordinate representation of color #103DB8: hue angle of 223.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103DB8 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 61 | 184 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.28 |
| HSL | 223.93º | 0.84% | 0.39% | - |
| HSV(B) | 223.93º | 0.91% | 0.72% | - |
| XYZ | 10.53 | 6.91 | 46.13 | - |
| YUV | 61.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 184 | 0.91 | 0.67 | 0 | 0.28 | 223.93 | 0.84 | 0.39 |
| Hex | 10 | 3D | B8 | 5B | 43 | 0 | 1C | E0 | 54 | 27 |
| Octal | 20 | 75 | 270 | 133 | 103 | 0 | 34 | 340 | 124 | 47 |
| Binary | 10000 | 111101 | 10111000 | 1011011 | 1000011 | 0 | 11100 | 11100000 | 1010100 | 100111 |
Color Harmonies of #103DB8
Complementary color
Monochromatic Colors of #103DB8
Black with #103DB8
Text Example
Text Example
White with #103DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DB8; }
p { color: rgb(16,61,184); }
H1.HeaderClassName
{
color: #103DB8;
}
.AnyTagClassName
{
color: #103DB8;
}
</style>
background-color css
<style>
a { background-color: #103DB8; }
a { background-color: rgb(16,61,184); }
div.DivClassName
{
background-color: #103DB8;
}
.BgClassName
{
background-color: #103DB8;
}
</style>
border-color css
<style>
span { border-color: #103DB8; }
span { border-color: rgb(16,61,184); }
td.TdClassName
{
border-color: #103DB8;
}
.TagClassName
{
border-color: #103DB8;
}
</style>