Shades of Persian Blue #1045C2
Tints of Persian Blue #1045C2
RGB
CMYK
RGB Variations
Color information
#1045C2 (or 0x1045C2) is known color: Persian Blue. HEX triplet: 10, 45 and C2. RGB value is (16,69,194). Sum of RGB (Red+Green+Blue) = 16+69+194=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 194 (76.17% from 255 or 69.53% from 279); Max value from RGB is 194 - color contains mainly: blue. Hex color #1045C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1045C2 is #EFBA3D. Grayscale: #424242. Windows color (decimal): -15710782 or 12731664. OLE color: 12731664.
HSL color Cylindrical-coordinate representation of color #1045C2: hue angle of 222.13º 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 #1045C2 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 69 | 194 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.24 |
| HSL | 222.13º | 0.85% | 0.41% | - |
| HSV(B) | 222.13º | 0.92% | 0.76% | - |
| XYZ | 12.08 | 8.26 | 52 | - |
| YUV | 67.4 | 199.44 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 194 | 0.92 | 0.64 | 0 | 0.24 | 222.13 | 0.85 | 0.41 |
| Hex | 10 | 45 | C2 | 5C | 40 | 0 | 18 | DE | 55 | 29 |
| Octal | 20 | 105 | 302 | 134 | 100 | 0 | 30 | 336 | 125 | 51 |
| Binary | 10000 | 1000101 | 11000010 | 1011100 | 1000000 | 0 | 11000 | 11011110 | 1010101 | 101001 |
Color Harmonies of #1045C2
Complementary color
Monochromatic Colors of #1045C2
Black with #1045C2
Text Example
Text Example
White with #1045C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045C2; }
p { color: rgb(16,69,194); }
H1.HeaderClassName
{
color: #1045C2;
}
.AnyTagClassName
{
color: #1045C2;
}
</style>
background-color css
<style>
a { background-color: #1045C2; }
a { background-color: rgb(16,69,194); }
div.DivClassName
{
background-color: #1045C2;
}
.BgClassName
{
background-color: #1045C2;
}
</style>
border-color css
<style>
span { border-color: #1045C2; }
span { border-color: rgb(16,69,194); }
td.TdClassName
{
border-color: #1045C2;
}
.TagClassName
{
border-color: #1045C2;
}
</style>