Shades of Persian Blue #102ABB
Tints of Persian Blue #102ABB
RGB
CMYK
RGB Variations
Color information
#102ABB (or 0x102ABB) is known color: Persian Blue. HEX triplet: 10, 2A and BB. RGB value is (16,42,187). Sum of RGB (Red+Green+Blue) = 16+42+187=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #102ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102ABB is #EFD544. Grayscale: #323232. Windows color (decimal): -15717701 or 12266000. OLE color: 12266000.
HSL color Cylindrical-coordinate representation of color #102ABB: hue angle of 230.88º 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 #102ABB is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 42 | 187 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.27 |
| HSL | 230.88º | 0.84% | 0.4% | - |
| HSV(B) | 230.88º | 0.91% | 0.73% | - |
| XYZ | 10.01 | 5.35 | 47.52 | - |
| YUV | 50.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 187 | 0.91 | 0.78 | 0 | 0.27 | 230.88 | 0.84 | 0.4 |
| Hex | 10 | 2A | BB | 5B | 4E | 0 | 1B | E7 | 54 | 28 |
| Octal | 20 | 52 | 273 | 133 | 116 | 0 | 33 | 347 | 124 | 50 |
| Binary | 10000 | 101010 | 10111011 | 1011011 | 1001110 | 0 | 11011 | 11100111 | 1010100 | 101000 |
Color Harmonies of #102ABB
Complementary color
Monochromatic Colors of #102ABB
Black with #102ABB
Text Example
Text Example
White with #102ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102ABB; }
p { color: rgb(16,42,187); }
H1.HeaderClassName
{
color: #102ABB;
}
.AnyTagClassName
{
color: #102ABB;
}
</style>
background-color css
<style>
a { background-color: #102ABB; }
a { background-color: rgb(16,42,187); }
div.DivClassName
{
background-color: #102ABB;
}
.BgClassName
{
background-color: #102ABB;
}
</style>
border-color css
<style>
span { border-color: #102ABB; }
span { border-color: rgb(16,42,187); }
td.TdClassName
{
border-color: #102ABB;
}
.TagClassName
{
border-color: #102ABB;
}
</style>