Shades of Persian Blue #102CDF
Tints of Persian Blue #102CDF
RGB
CMYK
RGB Variations
Color information
#102CDF (or 0x102CDF) is known color: Persian Blue. HEX triplet: 10, 2C and DF. RGB value is (16,44,223). Sum of RGB (Red+Green+Blue) = 16+44+223=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #102CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102CDF is #EFD320. Grayscale: #373737. Windows color (decimal): -15717153 or 14625808. OLE color: 14625808.
HSL color Cylindrical-coordinate representation of color #102CDF: hue angle of 231.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102CDF is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 44 | 223 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.13 |
| HSL | 231.88º | 0.87% | 0.47% | - |
| HSV(B) | 231.88º | 0.93% | 0.87% | - |
| XYZ | 14.43 | 7.24 | 70.45 | - |
| YUV | 56.03 | 222.22 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 223 | 0.93 | 0.80 | 0 | 0.13 | 231.88 | 0.87 | 0.47 |
| Hex | 10 | 2C | DF | 5D | 50 | 0 | D | E8 | 57 | 2F |
| Octal | 20 | 54 | 337 | 135 | 120 | 0 | 15 | 350 | 127 | 57 |
| Binary | 10000 | 101100 | 11011111 | 1011101 | 1010000 | 0 | 1101 | 11101000 | 1010111 | 101111 |
Color Harmonies of #102CDF
Complementary color
Monochromatic Colors of #102CDF
Black with #102CDF
Text Example
Text Example
White with #102CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CDF; }
p { color: rgb(16,44,223); }
H1.HeaderClassName
{
color: #102CDF;
}
.AnyTagClassName
{
color: #102CDF;
}
</style>
background-color css
<style>
a { background-color: #102CDF; }
a { background-color: rgb(16,44,223); }
div.DivClassName
{
background-color: #102CDF;
}
.BgClassName
{
background-color: #102CDF;
}
</style>
border-color css
<style>
span { border-color: #102CDF; }
span { border-color: rgb(16,44,223); }
td.TdClassName
{
border-color: #102CDF;
}
.TagClassName
{
border-color: #102CDF;
}
</style>