Shades of Persian Blue #1041C8
Tints of Persian Blue #1041C8
RGB
CMYK
RGB Variations
Color information
#1041C8 (or 0x1041C8) is known color: Persian Blue. HEX triplet: 10, 41 and C8. RGB value is (16,65,200). Sum of RGB (Red+Green+Blue) = 16+65+200=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #1041C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1041C8 is #EFBE37. Grayscale: #414141. Windows color (decimal): -15711800 or 13123856. OLE color: 13123856.
HSL color Cylindrical-coordinate representation of color #1041C8: hue angle of 224.02º 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 #1041C8 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 65 | 200 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.22 |
| HSL | 224.02º | 0.85% | 0.42% | - |
| HSV(B) | 224.02º | 0.92% | 0.78% | - |
| XYZ | 12.53 | 8.06 | 55.54 | - |
| YUV | 65.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 200 | 0.92 | 0.68 | 0 | 0.22 | 224.02 | 0.85 | 0.42 |
| Hex | 10 | 41 | C8 | 5C | 44 | 0 | 16 | E0 | 55 | 2A |
| Octal | 20 | 101 | 310 | 134 | 104 | 0 | 26 | 340 | 125 | 52 |
| Binary | 10000 | 1000001 | 11001000 | 1011100 | 1000100 | 0 | 10110 | 11100000 | 1010101 | 101010 |
Color Harmonies of #1041C8
Complementary color
Monochromatic Colors of #1041C8
Black with #1041C8
Text Example
Text Example
White with #1041C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1041C8; }
p { color: rgb(16,65,200); }
H1.HeaderClassName
{
color: #1041C8;
}
.AnyTagClassName
{
color: #1041C8;
}
</style>
background-color css
<style>
a { background-color: #1041C8; }
a { background-color: rgb(16,65,200); }
div.DivClassName
{
background-color: #1041C8;
}
.BgClassName
{
background-color: #1041C8;
}
</style>
border-color css
<style>
span { border-color: #1041C8; }
span { border-color: rgb(16,65,200); }
td.TdClassName
{
border-color: #1041C8;
}
.TagClassName
{
border-color: #1041C8;
}
</style>