Shades of Persian Blue #102EC6
Tints of Persian Blue #102EC6
RGB
CMYK
RGB Variations
Color information
#102EC6 (or 0x102EC6) is known color: Persian Blue. HEX triplet: 10, 2E and C6. RGB value is (16,46,198). Sum of RGB (Red+Green+Blue) = 16+46+198=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 198 (77.73% from 255 or 76.15% from 260); Max value from RGB is 198 - color contains mainly: blue. Hex color #102EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102EC6 is #EFD139. Grayscale: #353535. Windows color (decimal): -15716666 or 12987920. OLE color: 12987920.
HSL color Cylindrical-coordinate representation of color #102EC6: hue angle of 230.11º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102EC6 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 46 | 198 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.22 |
| HSL | 230.11º | 0.85% | 0.42% | - |
| HSV(B) | 230.11º | 0.92% | 0.78% | - |
| XYZ | 11.38 | 6.14 | 54.01 | - |
| YUV | 54.36 | 209.06 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 198 | 0.92 | 0.77 | 0 | 0.22 | 230.11 | 0.85 | 0.42 |
| Hex | 10 | 2E | C6 | 5C | 4D | 0 | 16 | E6 | 55 | 2A |
| Octal | 20 | 56 | 306 | 134 | 115 | 0 | 26 | 346 | 125 | 52 |
| Binary | 10000 | 101110 | 11000110 | 1011100 | 1001101 | 0 | 10110 | 11100110 | 1010101 | 101010 |
Color Harmonies of #102EC6
Complementary color
Monochromatic Colors of #102EC6
Black with #102EC6
Text Example
Text Example
White with #102EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102EC6; }
p { color: rgb(16,46,198); }
H1.HeaderClassName
{
color: #102EC6;
}
.AnyTagClassName
{
color: #102EC6;
}
</style>
background-color css
<style>
a { background-color: #102EC6; }
a { background-color: rgb(16,46,198); }
div.DivClassName
{
background-color: #102EC6;
}
.BgClassName
{
background-color: #102EC6;
}
</style>
border-color css
<style>
span { border-color: #102EC6; }
span { border-color: rgb(16,46,198); }
td.TdClassName
{
border-color: #102EC6;
}
.TagClassName
{
border-color: #102EC6;
}
</style>