Shades of Persian Blue #104ACE
Tints of Persian Blue #104ACE
RGB
CMYK
RGB Variations
Color information
#104ACE (or 0x104ACE) is known color: Persian Blue. HEX triplet: 10, 4A and CE. RGB value is (16,74,206). Sum of RGB (Red+Green+Blue) = 16+74+206=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #104ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ACE is #EFB531. Grayscale: #474747. Windows color (decimal): -15709490 or 13519376. OLE color: 13519376.
HSL color Cylindrical-coordinate representation of color #104ACE: hue angle of 221.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104ACE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 74 | 206 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.19 |
| HSL | 221.68º | 0.86% | 0.44% | - |
| HSV(B) | 221.68º | 0.92% | 0.81% | - |
| XYZ | 13.8 | 9.46 | 59.49 | - |
| YUV | 71.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 206 | 0.92 | 0.64 | 0 | 0.19 | 221.68 | 0.86 | 0.44 |
| Hex | 10 | 4A | CE | 5C | 40 | 0 | 13 | DE | 56 | 2C |
| Octal | 20 | 112 | 316 | 134 | 100 | 0 | 23 | 336 | 126 | 54 |
| Binary | 10000 | 1001010 | 11001110 | 1011100 | 1000000 | 0 | 10011 | 11011110 | 1010110 | 101100 |
Color Harmonies of #104ACE
Complementary color
Monochromatic Colors of #104ACE
Black with #104ACE
Text Example
Text Example
White with #104ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104ACE; }
p { color: rgb(16,74,206); }
H1.HeaderClassName
{
color: #104ACE;
}
.AnyTagClassName
{
color: #104ACE;
}
</style>
background-color css
<style>
a { background-color: #104ACE; }
a { background-color: rgb(16,74,206); }
div.DivClassName
{
background-color: #104ACE;
}
.BgClassName
{
background-color: #104ACE;
}
</style>
border-color css
<style>
span { border-color: #104ACE; }
span { border-color: rgb(16,74,206); }
td.TdClassName
{
border-color: #104ACE;
}
.TagClassName
{
border-color: #104ACE;
}
</style>