Shades of Persian Blue #1945DB
Tints of Persian Blue #1945DB
RGB
CMYK
RGB Variations
Color information
#1945DB (or 0x1945DB) is known color: Persian Blue. HEX triplet: 19, 45 and DB. RGB value is (25,69,219). Sum of RGB (Red+Green+Blue) = 25+69+219=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #1945DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1945DB is #E6BA24. Grayscale: #484848. Windows color (decimal): -15120933 or 14370073. OLE color: 14370073.
HSL color Cylindrical-coordinate representation of color #1945DB: hue angle of 226.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1945DB is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 69 | 219 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.14 |
| HSL | 226.39º | 0.8% | 0.48% | - |
| HSV(B) | 226.39º | 0.89% | 0.86% | - |
| XYZ | 15.32 | 9.58 | 68.06 | - |
| YUV | 72.94 | 210.42 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 219 | 0.89 | 0.68 | 0 | 0.14 | 226.39 | 0.8 | 0.48 |
| Hex | 19 | 45 | DB | 59 | 44 | 0 | E | E2 | 50 | 30 |
| Octal | 31 | 105 | 333 | 131 | 104 | 0 | 16 | 342 | 120 | 60 |
| Binary | 11001 | 1000101 | 11011011 | 1011001 | 1000100 | 0 | 1110 | 11100010 | 1010000 | 110000 |
Color Harmonies of #1945DB
Complementary color
Monochromatic Colors of #1945DB
Black with #1945DB
Text Example
Text Example
White with #1945DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1945DB; }
p { color: rgb(25,69,219); }
H1.HeaderClassName
{
color: #1945DB;
}
.AnyTagClassName
{
color: #1945DB;
}
</style>
background-color css
<style>
a { background-color: #1945DB; }
a { background-color: rgb(25,69,219); }
div.DivClassName
{
background-color: #1945DB;
}
.BgClassName
{
background-color: #1945DB;
}
</style>
border-color css
<style>
span { border-color: #1945DB; }
span { border-color: rgb(25,69,219); }
td.TdClassName
{
border-color: #1945DB;
}
.TagClassName
{
border-color: #1945DB;
}
</style>