Shades of Persian Blue #102BC9
Tints of Persian Blue #102BC9
RGB
CMYK
RGB Variations
Color information
#102BC9 (or 0x102BC9) is known color: Persian Blue. HEX triplet: 10, 2B and C9. RGB value is (16,43,201). Sum of RGB (Red+Green+Blue) = 16+43+201=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 201 (78.91% from 255 or 77.31% from 260); Max value from RGB is 201 - color contains mainly: blue. Hex color #102BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102BC9 is #EFD436. Grayscale: #343434. Windows color (decimal): -15717431 or 13183760. OLE color: 13183760.
HSL color Cylindrical-coordinate representation of color #102BC9: hue angle of 231.24º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102BC9 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 43 | 201 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.21 |
| HSL | 231.24º | 0.85% | 0.43% | - |
| HSV(B) | 231.24º | 0.92% | 0.79% | - |
| XYZ | 11.62 | 6.05 | 55.81 | - |
| YUV | 52.94 | 211.55 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 201 | 0.92 | 0.79 | 0 | 0.21 | 231.24 | 0.85 | 0.43 |
| Hex | 10 | 2B | C9 | 5C | 4F | 0 | 15 | E7 | 55 | 2B |
| Octal | 20 | 53 | 311 | 134 | 117 | 0 | 25 | 347 | 125 | 53 |
| Binary | 10000 | 101011 | 11001001 | 1011100 | 1001111 | 0 | 10101 | 11100111 | 1010101 | 101011 |
Color Harmonies of #102BC9
Complementary color
Monochromatic Colors of #102BC9
Black with #102BC9
Text Example
Text Example
White with #102BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102BC9; }
p { color: rgb(16,43,201); }
H1.HeaderClassName
{
color: #102BC9;
}
.AnyTagClassName
{
color: #102BC9;
}
</style>
background-color css
<style>
a { background-color: #102BC9; }
a { background-color: rgb(16,43,201); }
div.DivClassName
{
background-color: #102BC9;
}
.BgClassName
{
background-color: #102BC9;
}
</style>
border-color css
<style>
span { border-color: #102BC9; }
span { border-color: rgb(16,43,201); }
td.TdClassName
{
border-color: #102BC9;
}
.TagClassName
{
border-color: #102BC9;
}
</style>