Shades of Persian Blue #1045DC
Tints of Persian Blue #1045DC
RGB
CMYK
RGB Variations
Color information
#1045DC (or 0x1045DC) is known color: Persian Blue. HEX triplet: 10, 45 and DC. RGB value is (16,69,220). Sum of RGB (Red+Green+Blue) = 16+69+220=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #1045DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1045DC is #EFBA23. Grayscale: #454545. Windows color (decimal): -15710756 or 14435600. OLE color: 14435600.
HSL color Cylindrical-coordinate representation of color #1045DC: hue angle of 224.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1045DC is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 69 | 220 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.14 |
| HSL | 224.41º | 0.86% | 0.46% | - |
| HSV(B) | 224.41º | 0.93% | 0.86% | - |
| XYZ | 15.26 | 9.53 | 68.75 | - |
| YUV | 70.37 | 212.44 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 220 | 0.93 | 0.69 | 0 | 0.14 | 224.41 | 0.86 | 0.46 |
| Hex | 10 | 45 | DC | 5D | 45 | 0 | E | E0 | 56 | 2E |
| Octal | 20 | 105 | 334 | 135 | 105 | 0 | 16 | 340 | 126 | 56 |
| Binary | 10000 | 1000101 | 11011100 | 1011101 | 1000101 | 0 | 1110 | 11100000 | 1010110 | 101110 |
Color Harmonies of #1045DC
Complementary color
Monochromatic Colors of #1045DC
Black with #1045DC
Text Example
Text Example
White with #1045DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045DC; }
p { color: rgb(16,69,220); }
H1.HeaderClassName
{
color: #1045DC;
}
.AnyTagClassName
{
color: #1045DC;
}
</style>
background-color css
<style>
a { background-color: #1045DC; }
a { background-color: rgb(16,69,220); }
div.DivClassName
{
background-color: #1045DC;
}
.BgClassName
{
background-color: #1045DC;
}
</style>
border-color css
<style>
span { border-color: #1045DC; }
span { border-color: rgb(16,69,220); }
td.TdClassName
{
border-color: #1045DC;
}
.TagClassName
{
border-color: #1045DC;
}
</style>