Shades of Persian Blue #102BE7
Tints of Persian Blue #102BE7
RGB
CMYK
RGB Variations
Color information
#102BE7 (or 0x102BE7) is known color: Persian Blue. HEX triplet: 10, 2B and E7. RGB value is (16,43,231). Sum of RGB (Red+Green+Blue) = 16+43+231=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 231 (90.62% from 255 or 79.66% from 290); Max value from RGB is 231 - color contains mainly: blue. Hex color #102BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #102BE7 is #EFD418. Grayscale: #373737. Windows color (decimal): -15717401 or 15149840. OLE color: 15149840.
HSL color Cylindrical-coordinate representation of color #102BE7: hue angle of 232.47º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102BE7 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 43 | 231 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.09 |
| HSL | 232.47º | 0.87% | 0.48% | - |
| HSV(B) | 232.47º | 0.93% | 0.91% | - |
| XYZ | 15.5 | 7.61 | 76.25 | - |
| YUV | 56.36 | 226.55 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 231 | 0.93 | 0.81 | 0 | 0.09 | 232.47 | 0.87 | 0.48 |
| Hex | 10 | 2B | E7 | 5D | 51 | 0 | 9 | E8 | 57 | 30 |
| Octal | 20 | 53 | 347 | 135 | 121 | 0 | 11 | 350 | 127 | 60 |
| Binary | 10000 | 101011 | 11100111 | 1011101 | 1010001 | 0 | 1001 | 11101000 | 1010111 | 110000 |
Color Harmonies of #102BE7
Complementary color
Monochromatic Colors of #102BE7
Black with #102BE7
Text Example
Text Example
White with #102BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102BE7; }
p { color: rgb(16,43,231); }
H1.HeaderClassName
{
color: #102BE7;
}
.AnyTagClassName
{
color: #102BE7;
}
</style>
background-color css
<style>
a { background-color: #102BE7; }
a { background-color: rgb(16,43,231); }
div.DivClassName
{
background-color: #102BE7;
}
.BgClassName
{
background-color: #102BE7;
}
</style>
border-color css
<style>
span { border-color: #102BE7; }
span { border-color: rgb(16,43,231); }
td.TdClassName
{
border-color: #102BE7;
}
.TagClassName
{
border-color: #102BE7;
}
</style>