Shades of Persian Blue #1030D6
Tints of Persian Blue #1030D6
RGB
CMYK
RGB Variations
Color information
#1030D6 (or 0x1030D6) is known color: Persian Blue. HEX triplet: 10, 30 and D6. RGB value is (16,48,214). Sum of RGB (Red+Green+Blue) = 16+48+214=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 214 (83.98% from 255 or 76.98% from 278); Max value from RGB is 214 - color contains mainly: blue. Hex color #1030D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1030D6 is #EFCF29. Grayscale: #383838. Windows color (decimal): -15716138 or 14037008. OLE color: 14037008.
HSL color Cylindrical-coordinate representation of color #1030D6: hue angle of 230.3º 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 #1030D6 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 48 | 214 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.16 |
| HSL | 230.3º | 0.86% | 0.45% | - |
| HSV(B) | 230.3º | 0.93% | 0.84% | - |
| XYZ | 13.41 | 7.08 | 64.28 | - |
| YUV | 57.36 | 216.4 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 214 | 0.93 | 0.78 | 0 | 0.16 | 230.3 | 0.86 | 0.45 |
| Hex | 10 | 30 | D6 | 5D | 4E | 0 | 10 | E6 | 56 | 2D |
| Octal | 20 | 60 | 326 | 135 | 116 | 0 | 20 | 346 | 126 | 55 |
| Binary | 10000 | 110000 | 11010110 | 1011101 | 1001110 | 0 | 10000 | 11100110 | 1010110 | 101101 |
Color Harmonies of #1030D6
Complementary color
Monochromatic Colors of #1030D6
Black with #1030D6
Text Example
Text Example
White with #1030D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1030D6; }
p { color: rgb(16,48,214); }
H1.HeaderClassName
{
color: #1030D6;
}
.AnyTagClassName
{
color: #1030D6;
}
</style>
background-color css
<style>
a { background-color: #1030D6; }
a { background-color: rgb(16,48,214); }
div.DivClassName
{
background-color: #1030D6;
}
.BgClassName
{
background-color: #1030D6;
}
</style>
border-color css
<style>
span { border-color: #1030D6; }
span { border-color: rgb(16,48,214); }
td.TdClassName
{
border-color: #1030D6;
}
.TagClassName
{
border-color: #1030D6;
}
</style>