Shades of Persian Blue #1027DB
Tints of Persian Blue #1027DB
RGB
CMYK
RGB Variations
Color information
#1027DB (or 0x1027DB) is known color: Persian Blue. HEX triplet: 10, 27 and DB. RGB value is (16,39,219). Sum of RGB (Red+Green+Blue) = 16+39+219=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #1027DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1027DB is #EFD824. Grayscale: #333333. Windows color (decimal): -15718437 or 14362384. OLE color: 14362384.
HSL color Cylindrical-coordinate representation of color #1027DB: hue angle of 233.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1027DB is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 39 | 219 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.14 |
| HSL | 233.2º | 0.86% | 0.46% | - |
| HSV(B) | 233.2º | 0.93% | 0.86% | - |
| XYZ | 13.73 | 6.68 | 67.58 | - |
| YUV | 52.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 219 | 0.93 | 0.82 | 0 | 0.14 | 233.2 | 0.86 | 0.46 |
| Hex | 10 | 27 | DB | 5D | 52 | 0 | E | E9 | 56 | 2E |
| Octal | 20 | 47 | 333 | 135 | 122 | 0 | 16 | 351 | 126 | 56 |
| Binary | 10000 | 100111 | 11011011 | 1011101 | 1010010 | 0 | 1110 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1027DB
Complementary color
Monochromatic Colors of #1027DB
Black with #1027DB
Text Example
Text Example
White with #1027DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1027DB; }
p { color: rgb(16,39,219); }
H1.HeaderClassName
{
color: #1027DB;
}
.AnyTagClassName
{
color: #1027DB;
}
</style>
background-color css
<style>
a { background-color: #1027DB; }
a { background-color: rgb(16,39,219); }
div.DivClassName
{
background-color: #1027DB;
}
.BgClassName
{
background-color: #1027DB;
}
</style>
border-color css
<style>
span { border-color: #1027DB; }
span { border-color: rgb(16,39,219); }
td.TdClassName
{
border-color: #1027DB;
}
.TagClassName
{
border-color: #1027DB;
}
</style>