Shades of Persian Blue #102CCE
Tints of Persian Blue #102CCE
RGB
CMYK
RGB Variations
Color information
#102CCE (or 0x102CCE) is known color: Persian Blue. HEX triplet: 10, 2C and CE. RGB value is (16,44,206). Sum of RGB (Red+Green+Blue) = 16+44+206=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #102CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102CCE is #EFD331. Grayscale: #353535. Windows color (decimal): -15717170 or 13511696. OLE color: 13511696.
HSL color Cylindrical-coordinate representation of color #102CCE: hue angle of 231.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102CCE is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 44 | 206 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.19 |
| HSL | 231.16º | 0.86% | 0.44% | - |
| HSV(B) | 231.16º | 0.92% | 0.81% | - |
| XYZ | 12.25 | 6.37 | 58.98 | - |
| YUV | 54.1 | 213.72 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 206 | 0.92 | 0.79 | 0 | 0.19 | 231.16 | 0.86 | 0.44 |
| Hex | 10 | 2C | CE | 5C | 4F | 0 | 13 | E7 | 56 | 2C |
| Octal | 20 | 54 | 316 | 134 | 117 | 0 | 23 | 347 | 126 | 54 |
| Binary | 10000 | 101100 | 11001110 | 1011100 | 1001111 | 0 | 10011 | 11100111 | 1010110 | 101100 |
Color Harmonies of #102CCE
Complementary color
Monochromatic Colors of #102CCE
Black with #102CCE
Text Example
Text Example
White with #102CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CCE; }
p { color: rgb(16,44,206); }
H1.HeaderClassName
{
color: #102CCE;
}
.AnyTagClassName
{
color: #102CCE;
}
</style>
background-color css
<style>
a { background-color: #102CCE; }
a { background-color: rgb(16,44,206); }
div.DivClassName
{
background-color: #102CCE;
}
.BgClassName
{
background-color: #102CCE;
}
</style>
border-color css
<style>
span { border-color: #102CCE; }
span { border-color: rgb(16,44,206); }
td.TdClassName
{
border-color: #102CCE;
}
.TagClassName
{
border-color: #102CCE;
}
</style>