Shades of Persian Blue #102FD4
Tints of Persian Blue #102FD4
RGB
CMYK
RGB Variations
Color information
#102FD4 (or 0x102FD4) is known color: Persian Blue. HEX triplet: 10, 2F and D4. RGB value is (16,47,212). Sum of RGB (Red+Green+Blue) = 16+47+212=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 212 (83.20% from 255 or 77.09% from 275); Max value from RGB is 212 - color contains mainly: blue. Hex color #102FD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FD4 is #EFD02B. Grayscale: #373737. Windows color (decimal): -15716396 or 13905680. OLE color: 13905680.
HSL color Cylindrical-coordinate representation of color #102FD4: hue angle of 230.51º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102FD4 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 47 | 212 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.17 |
| HSL | 230.51º | 0.86% | 0.45% | - |
| HSV(B) | 230.51º | 0.92% | 0.83% | - |
| XYZ | 13.11 | 6.9 | 62.93 | - |
| YUV | 56.54 | 215.73 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 212 | 0.92 | 0.78 | 0 | 0.17 | 230.51 | 0.86 | 0.45 |
| Hex | 10 | 2F | D4 | 5C | 4E | 0 | 11 | E7 | 56 | 2D |
| Octal | 20 | 57 | 324 | 134 | 116 | 0 | 21 | 347 | 126 | 55 |
| Binary | 10000 | 101111 | 11010100 | 1011100 | 1001110 | 0 | 10001 | 11100111 | 1010110 | 101101 |
Color Harmonies of #102FD4
Complementary color
Monochromatic Colors of #102FD4
Black with #102FD4
Text Example
Text Example
White with #102FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FD4; }
p { color: rgb(16,47,212); }
H1.HeaderClassName
{
color: #102FD4;
}
.AnyTagClassName
{
color: #102FD4;
}
</style>
background-color css
<style>
a { background-color: #102FD4; }
a { background-color: rgb(16,47,212); }
div.DivClassName
{
background-color: #102FD4;
}
.BgClassName
{
background-color: #102FD4;
}
</style>
border-color css
<style>
span { border-color: #102FD4; }
span { border-color: rgb(16,47,212); }
td.TdClassName
{
border-color: #102FD4;
}
.TagClassName
{
border-color: #102FD4;
}
</style>