Shades of Persian Blue #1027C5
Tints of Persian Blue #1027C5
RGB
CMYK
RGB Variations
Color information
#1027C5 (or 0x1027C5) is known color: Persian Blue. HEX triplet: 10, 27 and C5. RGB value is (16,39,197). Sum of RGB (Red+Green+Blue) = 16+39+197=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 197 (77.34% from 255 or 78.17% from 252); Max value from RGB is 197 - color contains mainly: blue. Hex color #1027C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1027C5 is #EFD83A. Grayscale: #313131. Windows color (decimal): -15718459 or 12920592. OLE color: 12920592.
HSL color Cylindrical-coordinate representation of color #1027C5: hue angle of 232.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 #1027C5 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 39 | 197 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.23 |
| HSL | 232.38º | 0.85% | 0.42% | - |
| HSV(B) | 232.38º | 0.92% | 0.77% | - |
| XYZ | 11.02 | 5.59 | 53.32 | - |
| YUV | 50.14 | 210.88 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 197 | 0.92 | 0.80 | 0 | 0.23 | 232.38 | 0.85 | 0.42 |
| Hex | 10 | 27 | C5 | 5C | 50 | 0 | 17 | E8 | 55 | 2A |
| Octal | 20 | 47 | 305 | 134 | 120 | 0 | 27 | 350 | 125 | 52 |
| Binary | 10000 | 100111 | 11000101 | 1011100 | 1010000 | 0 | 10111 | 11101000 | 1010101 | 101010 |
Color Harmonies of #1027C5
Complementary color
Monochromatic Colors of #1027C5
Black with #1027C5
Text Example
Text Example
White with #1027C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1027C5; }
p { color: rgb(16,39,197); }
H1.HeaderClassName
{
color: #1027C5;
}
.AnyTagClassName
{
color: #1027C5;
}
</style>
background-color css
<style>
a { background-color: #1027C5; }
a { background-color: rgb(16,39,197); }
div.DivClassName
{
background-color: #1027C5;
}
.BgClassName
{
background-color: #1027C5;
}
</style>
border-color css
<style>
span { border-color: #1027C5; }
span { border-color: rgb(16,39,197); }
td.TdClassName
{
border-color: #1027C5;
}
.TagClassName
{
border-color: #1027C5;
}
</style>