Shades of Persian Blue #102BBB
Tints of Persian Blue #102BBB
RGB
CMYK
RGB Variations
Color information
#102BBB (or 0x102BBB) is known color: Persian Blue. HEX triplet: 10, 2B and BB. RGB value is (16,43,187). Sum of RGB (Red+Green+Blue) = 16+43+187=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #102BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102BBB is #EFD444. Grayscale: #323232. Windows color (decimal): -15717445 or 12266256. OLE color: 12266256.
HSL color Cylindrical-coordinate representation of color #102BBB: hue angle of 230.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102BBB is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 43 | 187 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.27 |
| HSL | 230.53º | 0.84% | 0.4% | - |
| HSV(B) | 230.53º | 0.91% | 0.73% | - |
| XYZ | 10.05 | 5.43 | 47.53 | - |
| YUV | 51.34 | 204.55 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 187 | 0.91 | 0.77 | 0 | 0.27 | 230.53 | 0.84 | 0.4 |
| Hex | 10 | 2B | BB | 5B | 4D | 0 | 1B | E7 | 54 | 28 |
| Octal | 20 | 53 | 273 | 133 | 115 | 0 | 33 | 347 | 124 | 50 |
| Binary | 10000 | 101011 | 10111011 | 1011011 | 1001101 | 0 | 11011 | 11100111 | 1010100 | 101000 |
Color Harmonies of #102BBB
Complementary color
Monochromatic Colors of #102BBB
Black with #102BBB
Text Example
Text Example
White with #102BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102BBB; }
p { color: rgb(16,43,187); }
H1.HeaderClassName
{
color: #102BBB;
}
.AnyTagClassName
{
color: #102BBB;
}
</style>
background-color css
<style>
a { background-color: #102BBB; }
a { background-color: rgb(16,43,187); }
div.DivClassName
{
background-color: #102BBB;
}
.BgClassName
{
background-color: #102BBB;
}
</style>
border-color css
<style>
span { border-color: #102BBB; }
span { border-color: rgb(16,43,187); }
td.TdClassName
{
border-color: #102BBB;
}
.TagClassName
{
border-color: #102BBB;
}
</style>