Shades of Persian Blue #102AC5
Tints of Persian Blue #102AC5
RGB
CMYK
RGB Variations
Color information
#102AC5 (or 0x102AC5) is known color: Persian Blue. HEX triplet: 10, 2A and C5. RGB value is (16,42,197). Sum of RGB (Red+Green+Blue) = 16+42+197=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 197 (77.34% from 255 or 77.25% from 255); Max value from RGB is 197 - color contains mainly: blue. Hex color #102AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102AC5 is #EFD53A. Grayscale: #333333. Windows color (decimal): -15717691 or 12921360. OLE color: 12921360.
HSL color Cylindrical-coordinate representation of color #102AC5: hue angle of 231.38º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102AC5 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 42 | 197 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.23 |
| HSL | 231.38º | 0.85% | 0.42% | - |
| HSV(B) | 231.38º | 0.92% | 0.77% | - |
| XYZ | 11.12 | 5.8 | 53.36 | - |
| YUV | 51.9 | 209.89 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 197 | 0.92 | 0.79 | 0 | 0.23 | 231.38 | 0.85 | 0.42 |
| Hex | 10 | 2A | C5 | 5C | 4F | 0 | 17 | E7 | 55 | 2A |
| Octal | 20 | 52 | 305 | 134 | 117 | 0 | 27 | 347 | 125 | 52 |
| Binary | 10000 | 101010 | 11000101 | 1011100 | 1001111 | 0 | 10111 | 11100111 | 1010101 | 101010 |
Color Harmonies of #102AC5
Complementary color
Monochromatic Colors of #102AC5
Black with #102AC5
Text Example
Text Example
White with #102AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102AC5; }
p { color: rgb(16,42,197); }
H1.HeaderClassName
{
color: #102AC5;
}
.AnyTagClassName
{
color: #102AC5;
}
</style>
background-color css
<style>
a { background-color: #102AC5; }
a { background-color: rgb(16,42,197); }
div.DivClassName
{
background-color: #102AC5;
}
.BgClassName
{
background-color: #102AC5;
}
</style>
border-color css
<style>
span { border-color: #102AC5; }
span { border-color: rgb(16,42,197); }
td.TdClassName
{
border-color: #102AC5;
}
.TagClassName
{
border-color: #102AC5;
}
</style>