Shades of Persian Blue #1028BC
Tints of Persian Blue #1028BC
RGB
CMYK
RGB Variations
Color information
#1028BC (or 0x1028BC) is known color: Persian Blue. HEX triplet: 10, 28 and BC. RGB value is (16,40,188). Sum of RGB (Red+Green+Blue) = 16+40+188=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #1028BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1028BC is #EFD743. Grayscale: #313131. Windows color (decimal): -15718212 or 12331024. OLE color: 12331024.
HSL color Cylindrical-coordinate representation of color #1028BC: hue angle of 231.63º 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 #1028BC is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 40 | 188 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.26 |
| HSL | 231.63º | 0.84% | 0.4% | - |
| HSV(B) | 231.63º | 0.91% | 0.74% | - |
| XYZ | 10.05 | 5.26 | 48.06 | - |
| YUV | 49.7 | 206.05 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 188 | 0.91 | 0.79 | 0 | 0.26 | 231.63 | 0.84 | 0.4 |
| Hex | 10 | 28 | BC | 5B | 4F | 0 | 1A | E8 | 54 | 28 |
| Octal | 20 | 50 | 274 | 133 | 117 | 0 | 32 | 350 | 124 | 50 |
| Binary | 10000 | 101000 | 10111100 | 1011011 | 1001111 | 0 | 11010 | 11101000 | 1010100 | 101000 |
Color Harmonies of #1028BC
Complementary color
Monochromatic Colors of #1028BC
Black with #1028BC
Text Example
Text Example
White with #1028BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1028BC; }
p { color: rgb(16,40,188); }
H1.HeaderClassName
{
color: #1028BC;
}
.AnyTagClassName
{
color: #1028BC;
}
</style>
background-color css
<style>
a { background-color: #1028BC; }
a { background-color: rgb(16,40,188); }
div.DivClassName
{
background-color: #1028BC;
}
.BgClassName
{
background-color: #1028BC;
}
</style>
border-color css
<style>
span { border-color: #1028BC; }
span { border-color: rgb(16,40,188); }
td.TdClassName
{
border-color: #1028BC;
}
.TagClassName
{
border-color: #1028BC;
}
</style>