Shades of Persian Blue #1045C1
Tints of Persian Blue #1045C1
RGB
CMYK
RGB Variations
Color information
#1045C1 (or 0x1045C1) is known color: Persian Blue. HEX triplet: 10, 45 and C1. RGB value is (16,69,193). Sum of RGB (Red+Green+Blue) = 16+69+193=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 193 (75.78% from 255 or 69.42% from 278); Max value from RGB is 193 - color contains mainly: blue. Hex color #1045C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1045C1 is #EFBA3E. Grayscale: #424242. Windows color (decimal): -15710783 or 12666128. OLE color: 12666128.
HSL color Cylindrical-coordinate representation of color #1045C1: hue angle of 222.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1045C1 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 69 | 193 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.24 |
| HSL | 222.03º | 0.85% | 0.41% | - |
| HSV(B) | 222.03º | 0.92% | 0.76% | - |
| XYZ | 11.97 | 8.22 | 51.41 | - |
| YUV | 67.29 | 198.94 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 193 | 0.92 | 0.64 | 0 | 0.24 | 222.03 | 0.85 | 0.41 |
| Hex | 10 | 45 | C1 | 5C | 40 | 0 | 18 | DE | 55 | 29 |
| Octal | 20 | 105 | 301 | 134 | 100 | 0 | 30 | 336 | 125 | 51 |
| Binary | 10000 | 1000101 | 11000001 | 1011100 | 1000000 | 0 | 11000 | 11011110 | 1010101 | 101001 |
Color Harmonies of #1045C1
Complementary color
Monochromatic Colors of #1045C1
Black with #1045C1
Text Example
Text Example
White with #1045C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045C1; }
p { color: rgb(16,69,193); }
H1.HeaderClassName
{
color: #1045C1;
}
.AnyTagClassName
{
color: #1045C1;
}
</style>
background-color css
<style>
a { background-color: #1045C1; }
a { background-color: rgb(16,69,193); }
div.DivClassName
{
background-color: #1045C1;
}
.BgClassName
{
background-color: #1045C1;
}
</style>
border-color css
<style>
span { border-color: #1045C1; }
span { border-color: rgb(16,69,193); }
td.TdClassName
{
border-color: #1045C1;
}
.TagClassName
{
border-color: #1045C1;
}
</style>