Shades of Persian Blue #1024C6
Tints of Persian Blue #1024C6
RGB
CMYK
RGB Variations
Color information
#1024C6 (or 0x1024C6) is known color: Persian Blue. HEX triplet: 10, 24 and C6. RGB value is (16,36,198). Sum of RGB (Red+Green+Blue) = 16+36+198=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 198 (77.73% from 255 or 79.2% from 250); Max value from RGB is 198 - color contains mainly: blue. Hex color #1024C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1024C6 is #EFDB39. Grayscale: #2F2F2F. Windows color (decimal): -15719226 or 12985360. OLE color: 12985360.
HSL color Cylindrical-coordinate representation of color #1024C6: hue angle of 233.41º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1024C6 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 36 | 198 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.22 |
| HSL | 233.41º | 0.85% | 0.42% | - |
| HSV(B) | 233.41º | 0.92% | 0.78% | - |
| XYZ | 11.04 | 5.45 | 53.9 | - |
| YUV | 48.49 | 212.37 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 198 | 0.92 | 0.82 | 0 | 0.22 | 233.41 | 0.85 | 0.42 |
| Hex | 10 | 24 | C6 | 5C | 52 | 0 | 16 | E9 | 55 | 2A |
| Octal | 20 | 44 | 306 | 134 | 122 | 0 | 26 | 351 | 125 | 52 |
| Binary | 10000 | 100100 | 11000110 | 1011100 | 1010010 | 0 | 10110 | 11101001 | 1010101 | 101010 |
Color Harmonies of #1024C6
Complementary color
Monochromatic Colors of #1024C6
Black with #1024C6
Text Example
Text Example
White with #1024C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1024C6; }
p { color: rgb(16,36,198); }
H1.HeaderClassName
{
color: #1024C6;
}
.AnyTagClassName
{
color: #1024C6;
}
</style>
background-color css
<style>
a { background-color: #1024C6; }
a { background-color: rgb(16,36,198); }
div.DivClassName
{
background-color: #1024C6;
}
.BgClassName
{
background-color: #1024C6;
}
</style>
border-color css
<style>
span { border-color: #1024C6; }
span { border-color: rgb(16,36,198); }
td.TdClassName
{
border-color: #1024C6;
}
.TagClassName
{
border-color: #1024C6;
}
</style>