Shades of Persian Blue #102BD8
Tints of Persian Blue #102BD8
RGB
CMYK
RGB Variations
Color information
#102BD8 (or 0x102BD8) is known color: Persian Blue. HEX triplet: 10, 2B and D8. RGB value is (16,43,216). Sum of RGB (Red+Green+Blue) = 16+43+216=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 216 (84.77% from 255 or 78.55% from 275); Max value from RGB is 216 - color contains mainly: blue. Hex color #102BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102BD8 is #EFD427. Grayscale: #353535. Windows color (decimal): -15717416 or 14166800. OLE color: 14166800.
HSL color Cylindrical-coordinate representation of color #102BD8: hue angle of 231.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102BD8 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 43 | 216 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.15 |
| HSL | 231.9º | 0.86% | 0.45% | - |
| HSV(B) | 231.9º | 0.93% | 0.85% | - |
| XYZ | 13.47 | 6.8 | 65.57 | - |
| YUV | 54.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 216 | 0.93 | 0.80 | 0 | 0.15 | 231.9 | 0.86 | 0.45 |
| Hex | 10 | 2B | D8 | 5D | 50 | 0 | F | E8 | 56 | 2D |
| Octal | 20 | 53 | 330 | 135 | 120 | 0 | 17 | 350 | 126 | 55 |
| Binary | 10000 | 101011 | 11011000 | 1011101 | 1010000 | 0 | 1111 | 11101000 | 1010110 | 101101 |
Color Harmonies of #102BD8
Complementary color
Monochromatic Colors of #102BD8
Black with #102BD8
Text Example
Text Example
White with #102BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102BD8; }
p { color: rgb(16,43,216); }
H1.HeaderClassName
{
color: #102BD8;
}
.AnyTagClassName
{
color: #102BD8;
}
</style>
background-color css
<style>
a { background-color: #102BD8; }
a { background-color: rgb(16,43,216); }
div.DivClassName
{
background-color: #102BD8;
}
.BgClassName
{
background-color: #102BD8;
}
</style>
border-color css
<style>
span { border-color: #102BD8; }
span { border-color: rgb(16,43,216); }
td.TdClassName
{
border-color: #102BD8;
}
.TagClassName
{
border-color: #102BD8;
}
</style>