Shades of Persian Blue #104ADA
Tints of Persian Blue #104ADA
RGB
CMYK
RGB Variations
Color information
#104ADA (or 0x104ADA) is known color: Persian Blue. HEX triplet: 10, 4A and DA. RGB value is (16,74,218). Sum of RGB (Red+Green+Blue) = 16+74+218=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #104ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ADA is #EFB525. Grayscale: #484848. Windows color (decimal): -15709478 or 14305808. OLE color: 14305808.
HSL color Cylindrical-coordinate representation of color #104ADA: hue angle of 222.77º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104ADA is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 74 | 218 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.15 |
| HSL | 222.77º | 0.86% | 0.46% | - |
| HSV(B) | 222.77º | 0.93% | 0.85% | - |
| XYZ | 15.32 | 10.07 | 67.47 | - |
| YUV | 73.07 | 209.78 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 218 | 0.93 | 0.66 | 0 | 0.15 | 222.77 | 0.86 | 0.46 |
| Hex | 10 | 4A | DA | 5D | 42 | 0 | F | DF | 56 | 2E |
| Octal | 20 | 112 | 332 | 135 | 102 | 0 | 17 | 337 | 126 | 56 |
| Binary | 10000 | 1001010 | 11011010 | 1011101 | 1000010 | 0 | 1111 | 11011111 | 1010110 | 101110 |
Color Harmonies of #104ADA
Complementary color
Monochromatic Colors of #104ADA
Black with #104ADA
Text Example
Text Example
White with #104ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104ADA; }
p { color: rgb(16,74,218); }
H1.HeaderClassName
{
color: #104ADA;
}
.AnyTagClassName
{
color: #104ADA;
}
</style>
background-color css
<style>
a { background-color: #104ADA; }
a { background-color: rgb(16,74,218); }
div.DivClassName
{
background-color: #104ADA;
}
.BgClassName
{
background-color: #104ADA;
}
</style>
border-color css
<style>
span { border-color: #104ADA; }
span { border-color: rgb(16,74,218); }
td.TdClassName
{
border-color: #104ADA;
}
.TagClassName
{
border-color: #104ADA;
}
</style>