Shades of Persian Blue #102ABF
Tints of Persian Blue #102ABF
RGB
CMYK
RGB Variations
Color information
#102ABF (or 0x102ABF) is known color: Persian Blue. HEX triplet: 10, 2A and BF. RGB value is (16,42,191). Sum of RGB (Red+Green+Blue) = 16+42+191=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #102ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102ABF is #EFD540. Grayscale: #323232. Windows color (decimal): -15717697 or 12528144. OLE color: 12528144.
HSL color Cylindrical-coordinate representation of color #102ABF: hue angle of 231.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102ABF is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 42 | 191 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.25 |
| HSL | 231.09º | 0.85% | 0.41% | - |
| HSV(B) | 231.09º | 0.92% | 0.75% | - |
| XYZ | 10.45 | 5.53 | 49.81 | - |
| YUV | 51.21 | 206.89 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 191 | 0.92 | 0.78 | 0 | 0.25 | 231.09 | 0.85 | 0.41 |
| Hex | 10 | 2A | BF | 5C | 4E | 0 | 19 | E7 | 55 | 29 |
| Octal | 20 | 52 | 277 | 134 | 116 | 0 | 31 | 347 | 125 | 51 |
| Binary | 10000 | 101010 | 10111111 | 1011100 | 1001110 | 0 | 11001 | 11100111 | 1010101 | 101001 |
Color Harmonies of #102ABF
Complementary color
Monochromatic Colors of #102ABF
Black with #102ABF
Text Example
Text Example
White with #102ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102ABF; }
p { color: rgb(16,42,191); }
H1.HeaderClassName
{
color: #102ABF;
}
.AnyTagClassName
{
color: #102ABF;
}
</style>
background-color css
<style>
a { background-color: #102ABF; }
a { background-color: rgb(16,42,191); }
div.DivClassName
{
background-color: #102ABF;
}
.BgClassName
{
background-color: #102ABF;
}
</style>
border-color css
<style>
span { border-color: #102ABF; }
span { border-color: rgb(16,42,191); }
td.TdClassName
{
border-color: #102ABF;
}
.TagClassName
{
border-color: #102ABF;
}
</style>