Shades of Persian Blue #1030CC
Tints of Persian Blue #1030CC
RGB
CMYK
RGB Variations
Color information
#1030CC (or 0x1030CC) is known color: Persian Blue. HEX triplet: 10, 30 and CC. RGB value is (16,48,204). Sum of RGB (Red+Green+Blue) = 16+48+204=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #1030CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1030CC is #EFCF33. Grayscale: #373737. Windows color (decimal): -15716148 or 13381648. OLE color: 13381648.
HSL color Cylindrical-coordinate representation of color #1030CC: hue angle of 229.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1030CC is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 48 | 204 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.2 |
| HSL | 229.79º | 0.85% | 0.43% | - |
| HSV(B) | 229.79º | 0.92% | 0.8% | - |
| XYZ | 12.17 | 6.58 | 57.76 | - |
| YUV | 56.22 | 211.4 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 204 | 0.92 | 0.76 | 0 | 0.2 | 229.79 | 0.85 | 0.43 |
| Hex | 10 | 30 | CC | 5C | 4C | 0 | 14 | E6 | 55 | 2B |
| Octal | 20 | 60 | 314 | 134 | 114 | 0 | 24 | 346 | 125 | 53 |
| Binary | 10000 | 110000 | 11001100 | 1011100 | 1001100 | 0 | 10100 | 11100110 | 1010101 | 101011 |
Color Harmonies of #1030CC
Complementary color
Monochromatic Colors of #1030CC
Black with #1030CC
Text Example
Text Example
White with #1030CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1030CC; }
p { color: rgb(16,48,204); }
H1.HeaderClassName
{
color: #1030CC;
}
.AnyTagClassName
{
color: #1030CC;
}
</style>
background-color css
<style>
a { background-color: #1030CC; }
a { background-color: rgb(16,48,204); }
div.DivClassName
{
background-color: #1030CC;
}
.BgClassName
{
background-color: #1030CC;
}
</style>
border-color css
<style>
span { border-color: #1030CC; }
span { border-color: rgb(16,48,204); }
td.TdClassName
{
border-color: #1030CC;
}
.TagClassName
{
border-color: #1030CC;
}
</style>