Shades of Persian Blue #102FBB
Tints of Persian Blue #102FBB
RGB
CMYK
RGB Variations
Color information
#102FBB (or 0x102FBB) is known color: Persian Blue. HEX triplet: 10, 2F and BB. RGB value is (16,47,187). Sum of RGB (Red+Green+Blue) = 16+47+187=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #102FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FBB is #EFD044. Grayscale: #353535. Windows color (decimal): -15716421 or 12267280. OLE color: 12267280.
HSL color Cylindrical-coordinate representation of color #102FBB: hue angle of 229.12º 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 #102FBB is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 47 | 187 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.27 |
| HSL | 229.12º | 0.84% | 0.4% | - |
| HSV(B) | 229.12º | 0.91% | 0.73% | - |
| XYZ | 10.2 | 5.73 | 47.58 | - |
| YUV | 53.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 187 | 0.91 | 0.75 | 0 | 0.27 | 229.12 | 0.84 | 0.4 |
| Hex | 10 | 2F | BB | 5B | 4B | 0 | 1B | E5 | 54 | 28 |
| Octal | 20 | 57 | 273 | 133 | 113 | 0 | 33 | 345 | 124 | 50 |
| Binary | 10000 | 101111 | 10111011 | 1011011 | 1001011 | 0 | 11011 | 11100101 | 1010100 | 101000 |
Color Harmonies of #102FBB
Complementary color
Monochromatic Colors of #102FBB
Black with #102FBB
Text Example
Text Example
White with #102FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FBB; }
p { color: rgb(16,47,187); }
H1.HeaderClassName
{
color: #102FBB;
}
.AnyTagClassName
{
color: #102FBB;
}
</style>
background-color css
<style>
a { background-color: #102FBB; }
a { background-color: rgb(16,47,187); }
div.DivClassName
{
background-color: #102FBB;
}
.BgClassName
{
background-color: #102FBB;
}
</style>
border-color css
<style>
span { border-color: #102FBB; }
span { border-color: rgb(16,47,187); }
td.TdClassName
{
border-color: #102FBB;
}
.TagClassName
{
border-color: #102FBB;
}
</style>