Shades of Persian Blue #1026D6
Tints of Persian Blue #1026D6
RGB
CMYK
RGB Variations
Color information
#1026D6 (or 0x1026D6) is known color: Persian Blue. HEX triplet: 10, 26 and D6. RGB value is (16,38,214). Sum of RGB (Red+Green+Blue) = 16+38+214=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #1026D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1026D6 is #EFD929. Grayscale: #323232. Windows color (decimal): -15718698 or 14034448. OLE color: 14034448.
HSL color Cylindrical-coordinate representation of color #1026D6: hue angle of 233.33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1026D6 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 38 | 214 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.16 |
| HSL | 233.33º | 0.86% | 0.45% | - |
| HSV(B) | 233.33º | 0.93% | 0.84% | - |
| XYZ | 13.04 | 6.35 | 64.16 | - |
| YUV | 51.49 | 219.71 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 214 | 0.93 | 0.82 | 0 | 0.16 | 233.33 | 0.86 | 0.45 |
| Hex | 10 | 26 | D6 | 5D | 52 | 0 | 10 | E9 | 56 | 2D |
| Octal | 20 | 46 | 326 | 135 | 122 | 0 | 20 | 351 | 126 | 55 |
| Binary | 10000 | 100110 | 11010110 | 1011101 | 1010010 | 0 | 10000 | 11101001 | 1010110 | 101101 |
Color Harmonies of #1026D6
Complementary color
Monochromatic Colors of #1026D6
Black with #1026D6
Text Example
Text Example
White with #1026D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1026D6; }
p { color: rgb(16,38,214); }
H1.HeaderClassName
{
color: #1026D6;
}
.AnyTagClassName
{
color: #1026D6;
}
</style>
background-color css
<style>
a { background-color: #1026D6; }
a { background-color: rgb(16,38,214); }
div.DivClassName
{
background-color: #1026D6;
}
.BgClassName
{
background-color: #1026D6;
}
</style>
border-color css
<style>
span { border-color: #1026D6; }
span { border-color: rgb(16,38,214); }
td.TdClassName
{
border-color: #1026D6;
}
.TagClassName
{
border-color: #1026D6;
}
</style>