Shades of Persian Blue #104AD2
Tints of Persian Blue #104AD2
RGB
CMYK
RGB Variations
Color information
#104AD2 (or 0x104AD2) is known color: Persian Blue. HEX triplet: 10, 4A and D2. RGB value is (16,74,210). Sum of RGB (Red+Green+Blue) = 16+74+210=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 210 (82.42% from 255 or 70% from 300); Max value from RGB is 210 - color contains mainly: blue. Hex color #104AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AD2 is #EFB52D. Grayscale: #474747. Windows color (decimal): -15709486 or 13781520. OLE color: 13781520.
HSL color Cylindrical-coordinate representation of color #104AD2: hue angle of 222.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104AD2 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 74 | 210 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.18 |
| HSL | 222.06º | 0.86% | 0.44% | - |
| HSV(B) | 222.06º | 0.92% | 0.82% | - |
| XYZ | 14.3 | 9.66 | 62.08 | - |
| YUV | 72.16 | 205.78 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 210 | 0.92 | 0.65 | 0 | 0.18 | 222.06 | 0.86 | 0.44 |
| Hex | 10 | 4A | D2 | 5C | 41 | 0 | 12 | DE | 56 | 2C |
| Octal | 20 | 112 | 322 | 134 | 101 | 0 | 22 | 336 | 126 | 54 |
| Binary | 10000 | 1001010 | 11010010 | 1011100 | 1000001 | 0 | 10010 | 11011110 | 1010110 | 101100 |
Color Harmonies of #104AD2
Complementary color
Monochromatic Colors of #104AD2
Black with #104AD2
Text Example
Text Example
White with #104AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AD2; }
p { color: rgb(16,74,210); }
H1.HeaderClassName
{
color: #104AD2;
}
.AnyTagClassName
{
color: #104AD2;
}
</style>
background-color css
<style>
a { background-color: #104AD2; }
a { background-color: rgb(16,74,210); }
div.DivClassName
{
background-color: #104AD2;
}
.BgClassName
{
background-color: #104AD2;
}
</style>
border-color css
<style>
span { border-color: #104AD2; }
span { border-color: rgb(16,74,210); }
td.TdClassName
{
border-color: #104AD2;
}
.TagClassName
{
border-color: #104AD2;
}
</style>