Shades of Persian Blue #102ECE
Tints of Persian Blue #102ECE
RGB
CMYK
RGB Variations
Color information
#102ECE (or 0x102ECE) is known color: Persian Blue. HEX triplet: 10, 2E and CE. RGB value is (16,46,206). Sum of RGB (Red+Green+Blue) = 16+46+206=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #102ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102ECE is #EFD131. Grayscale: #363636. Windows color (decimal): -15716658 or 13512208. OLE color: 13512208.
HSL color Cylindrical-coordinate representation of color #102ECE: hue angle of 230.53º 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 #102ECE is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 46 | 206 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.19 |
| HSL | 230.53º | 0.86% | 0.44% | - |
| HSV(B) | 230.53º | 0.92% | 0.81% | - |
| XYZ | 12.33 | 6.52 | 59 | - |
| YUV | 55.27 | 213.06 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 206 | 0.92 | 0.78 | 0 | 0.19 | 230.53 | 0.86 | 0.44 |
| Hex | 10 | 2E | CE | 5C | 4E | 0 | 13 | E7 | 56 | 2C |
| Octal | 20 | 56 | 316 | 134 | 116 | 0 | 23 | 347 | 126 | 54 |
| Binary | 10000 | 101110 | 11001110 | 1011100 | 1001110 | 0 | 10011 | 11100111 | 1010110 | 101100 |
Color Harmonies of #102ECE
Complementary color
Monochromatic Colors of #102ECE
Black with #102ECE
Text Example
Text Example
White with #102ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102ECE; }
p { color: rgb(16,46,206); }
H1.HeaderClassName
{
color: #102ECE;
}
.AnyTagClassName
{
color: #102ECE;
}
</style>
background-color css
<style>
a { background-color: #102ECE; }
a { background-color: rgb(16,46,206); }
div.DivClassName
{
background-color: #102ECE;
}
.BgClassName
{
background-color: #102ECE;
}
</style>
border-color css
<style>
span { border-color: #102ECE; }
span { border-color: rgb(16,46,206); }
td.TdClassName
{
border-color: #102ECE;
}
.TagClassName
{
border-color: #102ECE;
}
</style>