Shades of Persian Blue #104AD4
Tints of Persian Blue #104AD4
RGB
CMYK
RGB Variations
Color information
#104AD4 (or 0x104AD4) is known color: Persian Blue. HEX triplet: 10, 4A and D4. RGB value is (16,74,212). Sum of RGB (Red+Green+Blue) = 16+74+212=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 212 (83.20% from 255 or 70.20% from 302); Max value from RGB is 212 - color contains mainly: blue. Hex color #104AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AD4 is #EFB52B. Grayscale: #474747. Windows color (decimal): -15709484 or 13912592. OLE color: 13912592.
HSL color Cylindrical-coordinate representation of color #104AD4: hue angle of 222.24º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104AD4 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 74 | 212 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.17 |
| HSL | 222.24º | 0.86% | 0.45% | - |
| HSV(B) | 222.24º | 0.92% | 0.83% | - |
| XYZ | 14.55 | 9.76 | 63.4 | - |
| YUV | 72.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 212 | 0.92 | 0.65 | 0 | 0.17 | 222.24 | 0.86 | 0.45 |
| Hex | 10 | 4A | D4 | 5C | 41 | 0 | 11 | DE | 56 | 2D |
| Octal | 20 | 112 | 324 | 134 | 101 | 0 | 21 | 336 | 126 | 55 |
| Binary | 10000 | 1001010 | 11010100 | 1011100 | 1000001 | 0 | 10001 | 11011110 | 1010110 | 101101 |
Color Harmonies of #104AD4
Complementary color
Monochromatic Colors of #104AD4
Black with #104AD4
Text Example
Text Example
White with #104AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AD4; }
p { color: rgb(16,74,212); }
H1.HeaderClassName
{
color: #104AD4;
}
.AnyTagClassName
{
color: #104AD4;
}
</style>
background-color css
<style>
a { background-color: #104AD4; }
a { background-color: rgb(16,74,212); }
div.DivClassName
{
background-color: #104AD4;
}
.BgClassName
{
background-color: #104AD4;
}
</style>
border-color css
<style>
span { border-color: #104AD4; }
span { border-color: rgb(16,74,212); }
td.TdClassName
{
border-color: #104AD4;
}
.TagClassName
{
border-color: #104AD4;
}
</style>