Shades of Persian Blue #1045DB
Tints of Persian Blue #1045DB
RGB
CMYK
RGB Variations
Color information
#1045DB (or 0x1045DB) is known color: Persian Blue. HEX triplet: 10, 45 and DB. RGB value is (16,69,219). Sum of RGB (Red+Green+Blue) = 16+69+219=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #1045DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1045DB is #EFBA24. Grayscale: #454545. Windows color (decimal): -15710757 or 14370064. OLE color: 14370064.
HSL color Cylindrical-coordinate representation of color #1045DB: hue angle of 224.33º 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 #1045DB is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 69 | 219 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.14 |
| HSL | 224.34º | 0.86% | 0.46% | - |
| HSV(B) | 224.34º | 0.93% | 0.86% | - |
| XYZ | 15.13 | 9.48 | 68.05 | - |
| YUV | 70.25 | 211.94 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 219 | 0.93 | 0.68 | 0 | 0.14 | 224.34 | 0.86 | 0.46 |
| Hex | 10 | 45 | DB | 5D | 44 | 0 | E | E0 | 56 | 2E |
| Octal | 20 | 105 | 333 | 135 | 104 | 0 | 16 | 340 | 126 | 56 |
| Binary | 10000 | 1000101 | 11011011 | 1011101 | 1000100 | 0 | 1110 | 11100000 | 1010110 | 101110 |
Color Harmonies of #1045DB
Complementary color
Monochromatic Colors of #1045DB
Black with #1045DB
Text Example
Text Example
White with #1045DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045DB; }
p { color: rgb(16,69,219); }
H1.HeaderClassName
{
color: #1045DB;
}
.AnyTagClassName
{
color: #1045DB;
}
</style>
background-color css
<style>
a { background-color: #1045DB; }
a { background-color: rgb(16,69,219); }
div.DivClassName
{
background-color: #1045DB;
}
.BgClassName
{
background-color: #1045DB;
}
</style>
border-color css
<style>
span { border-color: #1045DB; }
span { border-color: rgb(16,69,219); }
td.TdClassName
{
border-color: #1045DB;
}
.TagClassName
{
border-color: #1045DB;
}
</style>