Shades of Persian Blue #1249DB
Tints of Persian Blue #1249DB
RGB
CMYK
RGB Variations
Color information
#1249DB (or 0x1249DB) is known color: Persian Blue. HEX triplet: 12, 49 and DB. RGB value is (18,73,219). Sum of RGB (Red+Green+Blue) = 18+73+219=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #1249DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249DB is #EDB624. Grayscale: #484848. Windows color (decimal): -15578661 or 14371090. OLE color: 14371090.
HSL color Cylindrical-coordinate representation of color #1249DB: hue angle of 223.58º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1249DB is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 73 | 219 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.14 |
| HSL | 223.58º | 0.85% | 0.46% | - |
| HSV(B) | 223.58º | 0.92% | 0.86% | - |
| XYZ | 15.42 | 10.01 | 68.14 | - |
| YUV | 73.2 | 210.28 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 219 | 0.92 | 0.67 | 0 | 0.14 | 223.58 | 0.85 | 0.46 |
| Hex | 12 | 49 | DB | 5C | 43 | 0 | E | E0 | 55 | 2E |
| Octal | 22 | 111 | 333 | 134 | 103 | 0 | 16 | 340 | 125 | 56 |
| Binary | 10010 | 1001001 | 11011011 | 1011100 | 1000011 | 0 | 1110 | 11100000 | 1010101 | 101110 |
Color Harmonies of #1249DB
Complementary color
Monochromatic Colors of #1249DB
Black with #1249DB
Text Example
Text Example
White with #1249DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249DB; }
p { color: rgb(18,73,219); }
H1.HeaderClassName
{
color: #1249DB;
}
.AnyTagClassName
{
color: #1249DB;
}
</style>
background-color css
<style>
a { background-color: #1249DB; }
a { background-color: rgb(18,73,219); }
div.DivClassName
{
background-color: #1249DB;
}
.BgClassName
{
background-color: #1249DB;
}
</style>
border-color css
<style>
span { border-color: #1249DB; }
span { border-color: rgb(18,73,219); }
td.TdClassName
{
border-color: #1249DB;
}
.TagClassName
{
border-color: #1249DB;
}
</style>