Shades of Persian Blue #102FE1
Tints of Persian Blue #102FE1
RGB
CMYK
RGB Variations
Color information
#102FE1 (or 0x102FE1) is known color: Persian Blue. HEX triplet: 10, 2F and E1. RGB value is (16,47,225). Sum of RGB (Red+Green+Blue) = 16+47+225=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 225 (88.28% from 255 or 78.12% from 288); Max value from RGB is 225 - color contains mainly: blue. Hex color #102FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FE1 is #EFD01E. Grayscale: #393939. Windows color (decimal): -15716383 or 14757648. OLE color: 14757648.
HSL color Cylindrical-coordinate representation of color #102FE1: hue angle of 231.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102FE1 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 47 | 225 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.12 |
| HSL | 231.1º | 0.87% | 0.47% | - |
| HSV(B) | 231.1º | 0.93% | 0.88% | - |
| XYZ | 14.82 | 7.58 | 71.92 | - |
| YUV | 58.02 | 222.23 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 225 | 0.93 | 0.79 | 0 | 0.12 | 231.1 | 0.87 | 0.47 |
| Hex | 10 | 2F | E1 | 5D | 4F | 0 | C | E7 | 57 | 2F |
| Octal | 20 | 57 | 341 | 135 | 117 | 0 | 14 | 347 | 127 | 57 |
| Binary | 10000 | 101111 | 11100001 | 1011101 | 1001111 | 0 | 1100 | 11100111 | 1010111 | 101111 |
Color Harmonies of #102FE1
Complementary color
Monochromatic Colors of #102FE1
Black with #102FE1
Text Example
Text Example
White with #102FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FE1; }
p { color: rgb(16,47,225); }
H1.HeaderClassName
{
color: #102FE1;
}
.AnyTagClassName
{
color: #102FE1;
}
</style>
background-color css
<style>
a { background-color: #102FE1; }
a { background-color: rgb(16,47,225); }
div.DivClassName
{
background-color: #102FE1;
}
.BgClassName
{
background-color: #102FE1;
}
</style>
border-color css
<style>
span { border-color: #102FE1; }
span { border-color: rgb(16,47,225); }
td.TdClassName
{
border-color: #102FE1;
}
.TagClassName
{
border-color: #102FE1;
}
</style>