Shades of Persian Blue #1A43DB
Tints of Persian Blue #1A43DB
RGB
CMYK
RGB Variations
Color information
#1A43DB (or 0x1A43DB) is known color: Persian Blue. HEX triplet: 1A, 43 and DB. RGB value is (26,67,219). Sum of RGB (Red+Green+Blue) = 26+67+219=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A43DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A43DB is #E5BC24. Grayscale: #474747. Windows color (decimal): -15055909 or 14369562. OLE color: 14369562.
HSL color Cylindrical-coordinate representation of color #1A43DB: hue angle of 227.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A43DB is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 67 | 219 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.14 |
| HSL | 227.25º | 0.79% | 0.48% | - |
| HSV(B) | 227.25º | 0.88% | 0.86% | - |
| XYZ | 15.22 | 9.35 | 68.02 | - |
| YUV | 72.07 | 210.92 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 219 | 0.88 | 0.69 | 0 | 0.14 | 227.25 | 0.79 | 0.48 |
| Hex | 1A | 43 | DB | 58 | 45 | 0 | E | E3 | 4F | 30 |
| Octal | 32 | 103 | 333 | 130 | 105 | 0 | 16 | 343 | 117 | 60 |
| Binary | 11010 | 1000011 | 11011011 | 1011000 | 1000101 | 0 | 1110 | 11100011 | 1001111 | 110000 |
Color Harmonies of #1A43DB
Complementary color
Monochromatic Colors of #1A43DB
Black with #1A43DB
Text Example
Text Example
White with #1A43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A43DB; }
p { color: rgb(26,67,219); }
H1.HeaderClassName
{
color: #1A43DB;
}
.AnyTagClassName
{
color: #1A43DB;
}
</style>
background-color css
<style>
a { background-color: #1A43DB; }
a { background-color: rgb(26,67,219); }
div.DivClassName
{
background-color: #1A43DB;
}
.BgClassName
{
background-color: #1A43DB;
}
</style>
border-color css
<style>
span { border-color: #1A43DB; }
span { border-color: rgb(26,67,219); }
td.TdClassName
{
border-color: #1A43DB;
}
.TagClassName
{
border-color: #1A43DB;
}
</style>