Shades of Persian Blue #1244DB
Tints of Persian Blue #1244DB
RGB
CMYK
RGB Variations
Color information
#1244DB (or 0x1244DB) is known color: Persian Blue. HEX triplet: 12, 44 and DB. RGB value is (18,68,219). Sum of RGB (Red+Green+Blue) = 18+68+219=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #1244DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1244DB is #EDBB24. Grayscale: #454545. Windows color (decimal): -15579941 or 14369810. OLE color: 14369810.
HSL color Cylindrical-coordinate representation of color #1244DB: hue angle of 225.07º 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 #1244DB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 68 | 219 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.14 |
| HSL | 225.07º | 0.85% | 0.46% | - |
| HSV(B) | 225.07º | 0.92% | 0.86% | - |
| XYZ | 15.1 | 9.38 | 68.03 | - |
| YUV | 70.26 | 211.94 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 219 | 0.92 | 0.69 | 0 | 0.14 | 225.07 | 0.85 | 0.46 |
| Hex | 12 | 44 | DB | 5C | 45 | 0 | E | E1 | 55 | 2E |
| Octal | 22 | 104 | 333 | 134 | 105 | 0 | 16 | 341 | 125 | 56 |
| Binary | 10010 | 1000100 | 11011011 | 1011100 | 1000101 | 0 | 1110 | 11100001 | 1010101 | 101110 |
Color Harmonies of #1244DB
Complementary color
Monochromatic Colors of #1244DB
Black with #1244DB
Text Example
Text Example
White with #1244DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1244DB; }
p { color: rgb(18,68,219); }
H1.HeaderClassName
{
color: #1244DB;
}
.AnyTagClassName
{
color: #1244DB;
}
</style>
background-color css
<style>
a { background-color: #1244DB; }
a { background-color: rgb(18,68,219); }
div.DivClassName
{
background-color: #1244DB;
}
.BgClassName
{
background-color: #1244DB;
}
</style>
border-color css
<style>
span { border-color: #1244DB; }
span { border-color: rgb(18,68,219); }
td.TdClassName
{
border-color: #1244DB;
}
.TagClassName
{
border-color: #1244DB;
}
</style>