Shades of Persian Blue #102DBE
Tints of Persian Blue #102DBE
RGB
CMYK
RGB Variations
Color information
#102DBE (or 0x102DBE) is known color: Persian Blue. HEX triplet: 10, 2D and BE. RGB value is (16,45,190). Sum of RGB (Red+Green+Blue) = 16+45+190=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #102DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DBE is #EFD241. Grayscale: #343434. Windows color (decimal): -15716930 or 12463376. OLE color: 12463376.
HSL color Cylindrical-coordinate representation of color #102DBE: hue angle of 230º 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 #102DBE is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 45 | 190 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.25 |
| HSL | 230º | 0.84% | 0.4% | - |
| HSV(B) | 230º | 0.92% | 0.75% | - |
| XYZ | 10.45 | 5.7 | 49.27 | - |
| YUV | 52.86 | 205.39 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 190 | 0.92 | 0.76 | 0 | 0.25 | 230 | 0.84 | 0.4 |
| Hex | 10 | 2D | BE | 5C | 4C | 0 | 19 | E6 | 54 | 28 |
| Octal | 20 | 55 | 276 | 134 | 114 | 0 | 31 | 346 | 124 | 50 |
| Binary | 10000 | 101101 | 10111110 | 1011100 | 1001100 | 0 | 11001 | 11100110 | 1010100 | 101000 |
Color Harmonies of #102DBE
Complementary color
Monochromatic Colors of #102DBE
Black with #102DBE
Text Example
Text Example
White with #102DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DBE; }
p { color: rgb(16,45,190); }
H1.HeaderClassName
{
color: #102DBE;
}
.AnyTagClassName
{
color: #102DBE;
}
</style>
background-color css
<style>
a { background-color: #102DBE; }
a { background-color: rgb(16,45,190); }
div.DivClassName
{
background-color: #102DBE;
}
.BgClassName
{
background-color: #102DBE;
}
</style>
border-color css
<style>
span { border-color: #102DBE; }
span { border-color: rgb(16,45,190); }
td.TdClassName
{
border-color: #102DBE;
}
.TagClassName
{
border-color: #102DBE;
}
</style>