Shades of Persian Blue #102AE8
Tints of Persian Blue #102AE8
RGB
CMYK
RGB Variations
Color information
#102AE8 (or 0x102AE8) is known color: Persian Blue. HEX triplet: 10, 2A and E8. RGB value is (16,42,232). Sum of RGB (Red+Green+Blue) = 16+42+232=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 232 (91.02% from 255 or 80% from 290); Max value from RGB is 232 - color contains mainly: blue. Hex color #102AE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #102AE8 is #EFD517. Grayscale: #373737. Windows color (decimal): -15717656 or 15215120. OLE color: 15215120.
HSL color Cylindrical-coordinate representation of color #102AE8: hue angle of 232.78º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102AE8 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 42 | 232 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.09 |
| HSL | 232.78º | 0.87% | 0.49% | - |
| HSV(B) | 232.78º | 0.93% | 0.91% | - |
| XYZ | 15.61 | 7.59 | 76.99 | - |
| YUV | 55.89 | 227.39 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 232 | 0.93 | 0.82 | 0 | 0.09 | 232.78 | 0.87 | 0.49 |
| Hex | 10 | 2A | E8 | 5D | 52 | 0 | 9 | E9 | 57 | 31 |
| Octal | 20 | 52 | 350 | 135 | 122 | 0 | 11 | 351 | 127 | 61 |
| Binary | 10000 | 101010 | 11101000 | 1011101 | 1010010 | 0 | 1001 | 11101001 | 1010111 | 110001 |
Color Harmonies of #102AE8
Complementary color
Monochromatic Colors of #102AE8
Black with #102AE8
Text Example
Text Example
White with #102AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102AE8; }
p { color: rgb(16,42,232); }
H1.HeaderClassName
{
color: #102AE8;
}
.AnyTagClassName
{
color: #102AE8;
}
</style>
background-color css
<style>
a { background-color: #102AE8; }
a { background-color: rgb(16,42,232); }
div.DivClassName
{
background-color: #102AE8;
}
.BgClassName
{
background-color: #102AE8;
}
</style>
border-color css
<style>
span { border-color: #102AE8; }
span { border-color: rgb(16,42,232); }
td.TdClassName
{
border-color: #102AE8;
}
.TagClassName
{
border-color: #102AE8;
}
</style>