Shades of Persian Blue #102EEB
Tints of Persian Blue #102EEB
RGB
CMYK
RGB Variations
Color information
#102EEB (or 0x102EEB) is known color: Persian Blue. HEX triplet: 10, 2E and EB. RGB value is (16,46,235). Sum of RGB (Red+Green+Blue) = 16+46+235=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #102EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #102EEB is #EFD114. Grayscale: #393939. Windows color (decimal): -15716629 or 15412752. OLE color: 15412752.
HSL color Cylindrical-coordinate representation of color #102EEB: hue angle of 231.78º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102EEB is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 46 | 235 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.08 |
| HSL | 231.78º | 0.87% | 0.49% | - |
| HSV(B) | 231.78º | 0.93% | 0.92% | - |
| XYZ | 16.19 | 8.06 | 79.3 | - |
| YUV | 58.58 | 227.56 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 235 | 0.93 | 0.80 | 0 | 0.08 | 231.78 | 0.87 | 0.49 |
| Hex | 10 | 2E | EB | 5D | 50 | 0 | 8 | E8 | 57 | 31 |
| Octal | 20 | 56 | 353 | 135 | 120 | 0 | 10 | 350 | 127 | 61 |
| Binary | 10000 | 101110 | 11101011 | 1011101 | 1010000 | 0 | 1000 | 11101000 | 1010111 | 110001 |
Color Harmonies of #102EEB
Complementary color
Monochromatic Colors of #102EEB
Black with #102EEB
Text Example
Text Example
White with #102EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102EEB; }
p { color: rgb(16,46,235); }
H1.HeaderClassName
{
color: #102EEB;
}
.AnyTagClassName
{
color: #102EEB;
}
</style>
background-color css
<style>
a { background-color: #102EEB; }
a { background-color: rgb(16,46,235); }
div.DivClassName
{
background-color: #102EEB;
}
.BgClassName
{
background-color: #102EEB;
}
</style>
border-color css
<style>
span { border-color: #102EEB; }
span { border-color: rgb(16,46,235); }
td.TdClassName
{
border-color: #102EEB;
}
.TagClassName
{
border-color: #102EEB;
}
</style>