Shades of Persian Blue #102ECC
Tints of Persian Blue #102ECC
RGB
CMYK
RGB Variations
Color information
#102ECC (or 0x102ECC) is known color: Persian Blue. HEX triplet: 10, 2E and CC. RGB value is (16,46,204). Sum of RGB (Red+Green+Blue) = 16+46+204=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #102ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102ECC is #EFD133. Grayscale: #363636. Windows color (decimal): -15716660 or 13381136. OLE color: 13381136.
HSL color Cylindrical-coordinate representation of color #102ECC: hue angle of 230.43º degrees, saturation: 0.85, 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 #102ECC is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 46 | 204 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.2 |
| HSL | 230.43º | 0.85% | 0.43% | - |
| HSV(B) | 230.43º | 0.92% | 0.8% | - |
| XYZ | 12.09 | 6.42 | 57.73 | - |
| YUV | 55.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 204 | 0.92 | 0.77 | 0 | 0.2 | 230.43 | 0.85 | 0.43 |
| Hex | 10 | 2E | CC | 5C | 4D | 0 | 14 | E6 | 55 | 2B |
| Octal | 20 | 56 | 314 | 134 | 115 | 0 | 24 | 346 | 125 | 53 |
| Binary | 10000 | 101110 | 11001100 | 1011100 | 1001101 | 0 | 10100 | 11100110 | 1010101 | 101011 |
Color Harmonies of #102ECC
Complementary color
Monochromatic Colors of #102ECC
Black with #102ECC
Text Example
Text Example
White with #102ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102ECC; }
p { color: rgb(16,46,204); }
H1.HeaderClassName
{
color: #102ECC;
}
.AnyTagClassName
{
color: #102ECC;
}
</style>
background-color css
<style>
a { background-color: #102ECC; }
a { background-color: rgb(16,46,204); }
div.DivClassName
{
background-color: #102ECC;
}
.BgClassName
{
background-color: #102ECC;
}
</style>
border-color css
<style>
span { border-color: #102ECC; }
span { border-color: rgb(16,46,204); }
td.TdClassName
{
border-color: #102ECC;
}
.TagClassName
{
border-color: #102ECC;
}
</style>