Shades of Persian Blue #102FCD
Tints of Persian Blue #102FCD
RGB
CMYK
RGB Variations
Color information
#102FCD (or 0x102FCD) is known color: Persian Blue. HEX triplet: 10, 2F and CD. RGB value is (16,47,205). Sum of RGB (Red+Green+Blue) = 16+47+205=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #102FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FCD is #EFD032. Grayscale: #373737. Windows color (decimal): -15716403 or 13446928. OLE color: 13446928.
HSL color Cylindrical-coordinate representation of color #102FCD: hue angle of 230.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102FCD is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 47 | 205 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.20 |
| HSL | 230.16º | 0.86% | 0.43% | - |
| HSV(B) | 230.16º | 0.92% | 0.8% | - |
| XYZ | 12.25 | 6.55 | 58.38 | - |
| YUV | 55.74 | 212.23 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 205 | 0.92 | 0.77 | 0 | 0.20 | 230.16 | 0.86 | 0.43 |
| Hex | 10 | 2F | CD | 5C | 4D | 0 | 14 | E6 | 56 | 2B |
| Octal | 20 | 57 | 315 | 134 | 115 | 0 | 24 | 346 | 126 | 53 |
| Binary | 10000 | 101111 | 11001101 | 1011100 | 1001101 | 0 | 10100 | 11100110 | 1010110 | 101011 |
Color Harmonies of #102FCD
Complementary color
Monochromatic Colors of #102FCD
Black with #102FCD
Text Example
Text Example
White with #102FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FCD; }
p { color: rgb(16,47,205); }
H1.HeaderClassName
{
color: #102FCD;
}
.AnyTagClassName
{
color: #102FCD;
}
</style>
background-color css
<style>
a { background-color: #102FCD; }
a { background-color: rgb(16,47,205); }
div.DivClassName
{
background-color: #102FCD;
}
.BgClassName
{
background-color: #102FCD;
}
</style>
border-color css
<style>
span { border-color: #102FCD; }
span { border-color: rgb(16,47,205); }
td.TdClassName
{
border-color: #102FCD;
}
.TagClassName
{
border-color: #102FCD;
}
</style>