Shades of Persian Blue #102CC2
Tints of Persian Blue #102CC2
RGB
CMYK
RGB Variations
Color information
#102CC2 (or 0x102CC2) is known color: Persian Blue. HEX triplet: 10, 2C and C2. RGB value is (16,44,194). Sum of RGB (Red+Green+Blue) = 16+44+194=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 194 (76.17% from 255 or 76.38% from 254); Max value from RGB is 194 - color contains mainly: blue. Hex color #102CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102CC2 is #EFD33D. Grayscale: #343434. Windows color (decimal): -15717182 or 12725264. OLE color: 12725264.
HSL color Cylindrical-coordinate representation of color #102CC2: hue angle of 230.56º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102CC2 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 44 | 194 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.24 |
| HSL | 230.56º | 0.85% | 0.41% | - |
| HSV(B) | 230.56º | 0.92% | 0.76% | - |
| XYZ | 10.85 | 5.81 | 51.59 | - |
| YUV | 52.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 194 | 0.92 | 0.77 | 0 | 0.24 | 230.56 | 0.85 | 0.41 |
| Hex | 10 | 2C | C2 | 5C | 4D | 0 | 18 | E7 | 55 | 29 |
| Octal | 20 | 54 | 302 | 134 | 115 | 0 | 30 | 347 | 125 | 51 |
| Binary | 10000 | 101100 | 11000010 | 1011100 | 1001101 | 0 | 11000 | 11100111 | 1010101 | 101001 |
Color Harmonies of #102CC2
Complementary color
Monochromatic Colors of #102CC2
Black with #102CC2
Text Example
Text Example
White with #102CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CC2; }
p { color: rgb(16,44,194); }
H1.HeaderClassName
{
color: #102CC2;
}
.AnyTagClassName
{
color: #102CC2;
}
</style>
background-color css
<style>
a { background-color: #102CC2; }
a { background-color: rgb(16,44,194); }
div.DivClassName
{
background-color: #102CC2;
}
.BgClassName
{
background-color: #102CC2;
}
</style>
border-color css
<style>
span { border-color: #102CC2; }
span { border-color: rgb(16,44,194); }
td.TdClassName
{
border-color: #102CC2;
}
.TagClassName
{
border-color: #102CC2;
}
</style>