Shades of Persian Blue #104AD6
Tints of Persian Blue #104AD6
RGB
CMYK
RGB Variations
Color information
#104AD6 (or 0x104AD6) is known color: Persian Blue. HEX triplet: 10, 4A and D6. RGB value is (16,74,214). Sum of RGB (Red+Green+Blue) = 16+74+214=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 214 (83.98% from 255 or 70.39% from 304); Max value from RGB is 214 - color contains mainly: blue. Hex color #104AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AD6 is #EFB529. Grayscale: #484848. Windows color (decimal): -15709482 or 14043664. OLE color: 14043664.
HSL color Cylindrical-coordinate representation of color #104AD6: hue angle of 222.42º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104AD6 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 74 | 214 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.16 |
| HSL | 222.42º | 0.86% | 0.45% | - |
| HSV(B) | 222.42º | 0.93% | 0.84% | - |
| XYZ | 14.8 | 9.86 | 64.74 | - |
| YUV | 72.62 | 207.78 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 214 | 0.93 | 0.65 | 0 | 0.16 | 222.42 | 0.86 | 0.45 |
| Hex | 10 | 4A | D6 | 5D | 41 | 0 | 10 | DE | 56 | 2D |
| Octal | 20 | 112 | 326 | 135 | 101 | 0 | 20 | 336 | 126 | 55 |
| Binary | 10000 | 1001010 | 11010110 | 1011101 | 1000001 | 0 | 10000 | 11011110 | 1010110 | 101101 |
Color Harmonies of #104AD6
Complementary color
Monochromatic Colors of #104AD6
Black with #104AD6
Text Example
Text Example
White with #104AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AD6; }
p { color: rgb(16,74,214); }
H1.HeaderClassName
{
color: #104AD6;
}
.AnyTagClassName
{
color: #104AD6;
}
</style>
background-color css
<style>
a { background-color: #104AD6; }
a { background-color: rgb(16,74,214); }
div.DivClassName
{
background-color: #104AD6;
}
.BgClassName
{
background-color: #104AD6;
}
</style>
border-color css
<style>
span { border-color: #104AD6; }
span { border-color: rgb(16,74,214); }
td.TdClassName
{
border-color: #104AD6;
}
.TagClassName
{
border-color: #104AD6;
}
</style>