Shades of Persian Blue #102EBC
Tints of Persian Blue #102EBC
RGB
CMYK
RGB Variations
Color information
#102EBC (or 0x102EBC) is known color: Persian Blue. HEX triplet: 10, 2E and BC. RGB value is (16,46,188). Sum of RGB (Red+Green+Blue) = 16+46+188=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #102EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102EBC is #EFD143. Grayscale: #343434. Windows color (decimal): -15716676 or 12332560. OLE color: 12332560.
HSL color Cylindrical-coordinate representation of color #102EBC: hue angle of 229.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102EBC is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 46 | 188 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.26 |
| HSL | 229.53º | 0.84% | 0.4% | - |
| HSV(B) | 229.53º | 0.91% | 0.74% | - |
| XYZ | 10.27 | 5.69 | 48.14 | - |
| YUV | 53.22 | 204.06 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 188 | 0.91 | 0.76 | 0 | 0.26 | 229.53 | 0.84 | 0.4 |
| Hex | 10 | 2E | BC | 5B | 4C | 0 | 1A | E6 | 54 | 28 |
| Octal | 20 | 56 | 274 | 133 | 114 | 0 | 32 | 346 | 124 | 50 |
| Binary | 10000 | 101110 | 10111100 | 1011011 | 1001100 | 0 | 11010 | 11100110 | 1010100 | 101000 |
Color Harmonies of #102EBC
Complementary color
Monochromatic Colors of #102EBC
Black with #102EBC
Text Example
Text Example
White with #102EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102EBC; }
p { color: rgb(16,46,188); }
H1.HeaderClassName
{
color: #102EBC;
}
.AnyTagClassName
{
color: #102EBC;
}
</style>
background-color css
<style>
a { background-color: #102EBC; }
a { background-color: rgb(16,46,188); }
div.DivClassName
{
background-color: #102EBC;
}
.BgClassName
{
background-color: #102EBC;
}
</style>
border-color css
<style>
span { border-color: #102EBC; }
span { border-color: rgb(16,46,188); }
td.TdClassName
{
border-color: #102EBC;
}
.TagClassName
{
border-color: #102EBC;
}
</style>