Shades of Persian Blue #102ACE
Tints of Persian Blue #102ACE
RGB
CMYK
RGB Variations
Color information
#102ACE (or 0x102ACE) is known color: Persian Blue. HEX triplet: 10, 2A and CE. RGB value is (16,42,206). Sum of RGB (Red+Green+Blue) = 16+42+206=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #102ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102ACE is #EFD531. Grayscale: #343434. Windows color (decimal): -15717682 or 13511184. OLE color: 13511184.
HSL color Cylindrical-coordinate representation of color #102ACE: hue angle of 231.79º 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 #102ACE is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 42 | 206 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.19 |
| HSL | 231.79º | 0.86% | 0.44% | - |
| HSV(B) | 231.79º | 0.92% | 0.81% | - |
| XYZ | 12.18 | 6.22 | 58.95 | - |
| YUV | 52.92 | 214.39 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 206 | 0.92 | 0.80 | 0 | 0.19 | 231.79 | 0.86 | 0.44 |
| Hex | 10 | 2A | CE | 5C | 50 | 0 | 13 | E8 | 56 | 2C |
| Octal | 20 | 52 | 316 | 134 | 120 | 0 | 23 | 350 | 126 | 54 |
| Binary | 10000 | 101010 | 11001110 | 1011100 | 1010000 | 0 | 10011 | 11101000 | 1010110 | 101100 |
Color Harmonies of #102ACE
Complementary color
Monochromatic Colors of #102ACE
Black with #102ACE
Text Example
Text Example
White with #102ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102ACE; }
p { color: rgb(16,42,206); }
H1.HeaderClassName
{
color: #102ACE;
}
.AnyTagClassName
{
color: #102ACE;
}
</style>
background-color css
<style>
a { background-color: #102ACE; }
a { background-color: rgb(16,42,206); }
div.DivClassName
{
background-color: #102ACE;
}
.BgClassName
{
background-color: #102ACE;
}
</style>
border-color css
<style>
span { border-color: #102ACE; }
span { border-color: rgb(16,42,206); }
td.TdClassName
{
border-color: #102ACE;
}
.TagClassName
{
border-color: #102ACE;
}
</style>