Shades of Persian Blue #1027DD
Tints of Persian Blue #1027DD
RGB
CMYK
RGB Variations
Color information
#1027DD (or 0x1027DD) is known color: Persian Blue. HEX triplet: 10, 27 and DD. RGB value is (16,39,221). Sum of RGB (Red+Green+Blue) = 16+39+221=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #1027DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1027DD is #EFD822. Grayscale: #343434. Windows color (decimal): -15718435 or 14493456. OLE color: 14493456.
HSL color Cylindrical-coordinate representation of color #1027DD: hue angle of 233.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1027DD is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 39 | 221 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.13 |
| HSL | 233.27º | 0.86% | 0.46% | - |
| HSV(B) | 233.27º | 0.93% | 0.87% | - |
| XYZ | 13.99 | 6.78 | 68.98 | - |
| YUV | 52.87 | 222.88 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 221 | 0.93 | 0.82 | 0 | 0.13 | 233.27 | 0.86 | 0.46 |
| Hex | 10 | 27 | DD | 5D | 52 | 0 | D | E9 | 56 | 2E |
| Octal | 20 | 47 | 335 | 135 | 122 | 0 | 15 | 351 | 126 | 56 |
| Binary | 10000 | 100111 | 11011101 | 1011101 | 1010010 | 0 | 1101 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1027DD
Complementary color
Monochromatic Colors of #1027DD
Black with #1027DD
Text Example
Text Example
White with #1027DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1027DD; }
p { color: rgb(16,39,221); }
H1.HeaderClassName
{
color: #1027DD;
}
.AnyTagClassName
{
color: #1027DD;
}
</style>
background-color css
<style>
a { background-color: #1027DD; }
a { background-color: rgb(16,39,221); }
div.DivClassName
{
background-color: #1027DD;
}
.BgClassName
{
background-color: #1027DD;
}
</style>
border-color css
<style>
span { border-color: #1027DD; }
span { border-color: rgb(16,39,221); }
td.TdClassName
{
border-color: #1027DD;
}
.TagClassName
{
border-color: #1027DD;
}
</style>