Shades of Persian Blue #1A2FDB
Tints of Persian Blue #1A2FDB
RGB
CMYK
RGB Variations
Color information
#1A2FDB (or 0x1A2FDB) is known color: Persian Blue. HEX triplet: 1A, 2F and DB. RGB value is (26,47,219). Sum of RGB (Red+Green+Blue) = 26+47+219=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A2FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2FDB is #E5D024. Grayscale: #3B3B3B. Windows color (decimal): -15061029 or 14364442. OLE color: 14364442.
HSL color Cylindrical-coordinate representation of color #1A2FDB: hue angle of 233.47º 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 #1A2FDB is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 47 | 219 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.14 |
| HSL | 233.47º | 0.79% | 0.48% | - |
| HSV(B) | 233.47º | 0.88% | 0.86% | - |
| XYZ | 14.23 | 7.37 | 67.69 | - |
| YUV | 60.33 | 217.54 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 219 | 0.88 | 0.79 | 0 | 0.14 | 233.47 | 0.79 | 0.48 |
| Hex | 1A | 2F | DB | 58 | 4F | 0 | E | E9 | 4F | 30 |
| Octal | 32 | 57 | 333 | 130 | 117 | 0 | 16 | 351 | 117 | 60 |
| Binary | 11010 | 101111 | 11011011 | 1011000 | 1001111 | 0 | 1110 | 11101001 | 1001111 | 110000 |
Color Harmonies of #1A2FDB
Complementary color
Monochromatic Colors of #1A2FDB
Black with #1A2FDB
Text Example
Text Example
White with #1A2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2FDB; }
p { color: rgb(26,47,219); }
H1.HeaderClassName
{
color: #1A2FDB;
}
.AnyTagClassName
{
color: #1A2FDB;
}
</style>
background-color css
<style>
a { background-color: #1A2FDB; }
a { background-color: rgb(26,47,219); }
div.DivClassName
{
background-color: #1A2FDB;
}
.BgClassName
{
background-color: #1A2FDB;
}
</style>
border-color css
<style>
span { border-color: #1A2FDB; }
span { border-color: rgb(26,47,219); }
td.TdClassName
{
border-color: #1A2FDB;
}
.TagClassName
{
border-color: #1A2FDB;
}
</style>