Shades of Persian Blue #102CB9
Tints of Persian Blue #102CB9
RGB
CMYK
RGB Variations
Color information
#102CB9 (or 0x102CB9) is known color: Persian Blue. HEX triplet: 10, 2C and B9. RGB value is (16,44,185). Sum of RGB (Red+Green+Blue) = 16+44+185=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #102CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102CB9 is #EFD346. Grayscale: #333333. Windows color (decimal): -15717191 or 12135440. OLE color: 12135440.
HSL color Cylindrical-coordinate representation of color #102CB9: hue angle of 230.06º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102CB9 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 44 | 185 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.27 |
| HSL | 230.06º | 0.84% | 0.39% | - |
| HSV(B) | 230.06º | 0.91% | 0.73% | - |
| XYZ | 9.87 | 5.41 | 46.42 | - |
| YUV | 51.7 | 203.22 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 185 | 0.91 | 0.76 | 0 | 0.27 | 230.06 | 0.84 | 0.39 |
| Hex | 10 | 2C | B9 | 5B | 4C | 0 | 1B | E6 | 54 | 27 |
| Octal | 20 | 54 | 271 | 133 | 114 | 0 | 33 | 346 | 124 | 47 |
| Binary | 10000 | 101100 | 10111001 | 1011011 | 1001100 | 0 | 11011 | 11100110 | 1010100 | 100111 |
Color Harmonies of #102CB9
Complementary color
Monochromatic Colors of #102CB9
Black with #102CB9
Text Example
Text Example
White with #102CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CB9; }
p { color: rgb(16,44,185); }
H1.HeaderClassName
{
color: #102CB9;
}
.AnyTagClassName
{
color: #102CB9;
}
</style>
background-color css
<style>
a { background-color: #102CB9; }
a { background-color: rgb(16,44,185); }
div.DivClassName
{
background-color: #102CB9;
}
.BgClassName
{
background-color: #102CB9;
}
</style>
border-color css
<style>
span { border-color: #102CB9; }
span { border-color: rgb(16,44,185); }
td.TdClassName
{
border-color: #102CB9;
}
.TagClassName
{
border-color: #102CB9;
}
</style>