Shades of Persian Blue #1026BC
Tints of Persian Blue #1026BC
RGB
CMYK
RGB Variations
Color information
#1026BC (or 0x1026BC) is known color: Persian Blue. HEX triplet: 10, 26 and BC. RGB value is (16,38,188). Sum of RGB (Red+Green+Blue) = 16+38+188=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #1026BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1026BC is #EFD943. Grayscale: #2F2F2F. Windows color (decimal): -15718724 or 12330512. OLE color: 12330512.
HSL color Cylindrical-coordinate representation of color #1026BC: hue angle of 232.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1026BC is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 38 | 188 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.26 |
| HSL | 232.33º | 0.84% | 0.4% | - |
| HSV(B) | 232.33º | 0.91% | 0.74% | - |
| XYZ | 9.98 | 5.13 | 48.04 | - |
| YUV | 48.52 | 206.71 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 188 | 0.91 | 0.80 | 0 | 0.26 | 232.33 | 0.84 | 0.4 |
| Hex | 10 | 26 | BC | 5B | 50 | 0 | 1A | E8 | 54 | 28 |
| Octal | 20 | 46 | 274 | 133 | 120 | 0 | 32 | 350 | 124 | 50 |
| Binary | 10000 | 100110 | 10111100 | 1011011 | 1010000 | 0 | 11010 | 11101000 | 1010100 | 101000 |
Color Harmonies of #1026BC
Complementary color
Monochromatic Colors of #1026BC
Black with #1026BC
Text Example
Text Example
White with #1026BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1026BC; }
p { color: rgb(16,38,188); }
H1.HeaderClassName
{
color: #1026BC;
}
.AnyTagClassName
{
color: #1026BC;
}
</style>
background-color css
<style>
a { background-color: #1026BC; }
a { background-color: rgb(16,38,188); }
div.DivClassName
{
background-color: #1026BC;
}
.BgClassName
{
background-color: #1026BC;
}
</style>
border-color css
<style>
span { border-color: #1026BC; }
span { border-color: rgb(16,38,188); }
td.TdClassName
{
border-color: #1026BC;
}
.TagClassName
{
border-color: #1026BC;
}
</style>