Shades of Persian Blue #1027BF
Tints of Persian Blue #1027BF
RGB
CMYK
RGB Variations
Color information
#1027BF (or 0x1027BF) is known color: Persian Blue. HEX triplet: 10, 27 and BF. RGB value is (16,39,191). Sum of RGB (Red+Green+Blue) = 16+39+191=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #1027BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1027BF is #EFD840. Grayscale: #303030. Windows color (decimal): -15718465 or 12527376. OLE color: 12527376.
HSL color Cylindrical-coordinate representation of color #1027BF: hue angle of 232.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1027BF is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 39 | 191 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.25 |
| HSL | 232.11º | 0.85% | 0.41% | - |
| HSV(B) | 232.11º | 0.92% | 0.75% | - |
| XYZ | 10.34 | 5.32 | 49.77 | - |
| YUV | 49.45 | 207.88 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 191 | 0.92 | 0.80 | 0 | 0.25 | 232.11 | 0.85 | 0.41 |
| Hex | 10 | 27 | BF | 5C | 50 | 0 | 19 | E8 | 55 | 29 |
| Octal | 20 | 47 | 277 | 134 | 120 | 0 | 31 | 350 | 125 | 51 |
| Binary | 10000 | 100111 | 10111111 | 1011100 | 1010000 | 0 | 11001 | 11101000 | 1010101 | 101001 |
Color Harmonies of #1027BF
Complementary color
Monochromatic Colors of #1027BF
Black with #1027BF
Text Example
Text Example
White with #1027BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1027BF; }
p { color: rgb(16,39,191); }
H1.HeaderClassName
{
color: #1027BF;
}
.AnyTagClassName
{
color: #1027BF;
}
</style>
background-color css
<style>
a { background-color: #1027BF; }
a { background-color: rgb(16,39,191); }
div.DivClassName
{
background-color: #1027BF;
}
.BgClassName
{
background-color: #1027BF;
}
</style>
border-color css
<style>
span { border-color: #1027BF; }
span { border-color: rgb(16,39,191); }
td.TdClassName
{
border-color: #1027BF;
}
.TagClassName
{
border-color: #1027BF;
}
</style>