Shades of Persian Blue #102FBE
Tints of Persian Blue #102FBE
RGB
CMYK
RGB Variations
Color information
#102FBE (or 0x102FBE) is known color: Persian Blue. HEX triplet: 10, 2F and BE. RGB value is (16,47,190). Sum of RGB (Red+Green+Blue) = 16+47+190=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #102FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FBE is #EFD041. Grayscale: #353535. Windows color (decimal): -15716418 or 12463888. OLE color: 12463888.
HSL color Cylindrical-coordinate representation of color #102FBE: hue angle of 229.31º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102FBE is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 47 | 190 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.25 |
| HSL | 229.31º | 0.84% | 0.4% | - |
| HSV(B) | 229.31º | 0.92% | 0.75% | - |
| XYZ | 10.52 | 5.86 | 49.29 | - |
| YUV | 54.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 190 | 0.92 | 0.75 | 0 | 0.25 | 229.31 | 0.84 | 0.4 |
| Hex | 10 | 2F | BE | 5C | 4B | 0 | 19 | E5 | 54 | 28 |
| Octal | 20 | 57 | 276 | 134 | 113 | 0 | 31 | 345 | 124 | 50 |
| Binary | 10000 | 101111 | 10111110 | 1011100 | 1001011 | 0 | 11001 | 11100101 | 1010100 | 101000 |
Color Harmonies of #102FBE
Complementary color
Monochromatic Colors of #102FBE
Black with #102FBE
Text Example
Text Example
White with #102FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FBE; }
p { color: rgb(16,47,190); }
H1.HeaderClassName
{
color: #102FBE;
}
.AnyTagClassName
{
color: #102FBE;
}
</style>
background-color css
<style>
a { background-color: #102FBE; }
a { background-color: rgb(16,47,190); }
div.DivClassName
{
background-color: #102FBE;
}
.BgClassName
{
background-color: #102FBE;
}
</style>
border-color css
<style>
span { border-color: #102FBE; }
span { border-color: rgb(16,47,190); }
td.TdClassName
{
border-color: #102FBE;
}
.TagClassName
{
border-color: #102FBE;
}
</style>