Shades of Persian Blue #102DC2
Tints of Persian Blue #102DC2
RGB
CMYK
RGB Variations
Color information
#102DC2 (or 0x102DC2) is known color: Persian Blue. HEX triplet: 10, 2D and C2. RGB value is (16,45,194). Sum of RGB (Red+Green+Blue) = 16+45+194=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 194 (76.17% from 255 or 76.08% from 255); Max value from RGB is 194 - color contains mainly: blue. Hex color #102DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DC2 is #EFD23D. Grayscale: #343434. Windows color (decimal): -15716926 or 12725520. OLE color: 12725520.
HSL color Cylindrical-coordinate representation of color #102DC2: hue angle of 230.22º 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 #102DC2 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 45 | 194 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.24 |
| HSL | 230.22º | 0.85% | 0.41% | - |
| HSV(B) | 230.22º | 0.92% | 0.76% | - |
| XYZ | 10.89 | 5.88 | 51.6 | - |
| YUV | 53.32 | 207.39 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 194 | 0.92 | 0.77 | 0 | 0.24 | 230.22 | 0.85 | 0.41 |
| Hex | 10 | 2D | C2 | 5C | 4D | 0 | 18 | E6 | 55 | 29 |
| Octal | 20 | 55 | 302 | 134 | 115 | 0 | 30 | 346 | 125 | 51 |
| Binary | 10000 | 101101 | 11000010 | 1011100 | 1001101 | 0 | 11000 | 11100110 | 1010101 | 101001 |
Color Harmonies of #102DC2
Complementary color
Monochromatic Colors of #102DC2
Black with #102DC2
Text Example
Text Example
White with #102DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DC2; }
p { color: rgb(16,45,194); }
H1.HeaderClassName
{
color: #102DC2;
}
.AnyTagClassName
{
color: #102DC2;
}
</style>
background-color css
<style>
a { background-color: #102DC2; }
a { background-color: rgb(16,45,194); }
div.DivClassName
{
background-color: #102DC2;
}
.BgClassName
{
background-color: #102DC2;
}
</style>
border-color css
<style>
span { border-color: #102DC2; }
span { border-color: rgb(16,45,194); }
td.TdClassName
{
border-color: #102DC2;
}
.TagClassName
{
border-color: #102DC2;
}
</style>