Shades of Persian Blue #1A44E6
Tints of Persian Blue #1A44E6
RGB
CMYK
RGB Variations
Color information
#1A44E6 (or 0x1A44E6) is known color: Persian Blue. HEX triplet: 1A, 44 and E6. RGB value is (26,68,230). Sum of RGB (Red+Green+Blue) = 26+68+230=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #1A44E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A44E6 is #E5BB19. Grayscale: #494949. Windows color (decimal): -15055642 or 15090714. OLE color: 15090714.
HSL color Cylindrical-coordinate representation of color #1A44E6: hue angle of 227.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A44E6 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 68 | 230 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.10 |
| HSL | 227.65º | 0.8% | 0.5% | - |
| HSV(B) | 227.65º | 0.89% | 0.9% | - |
| XYZ | 16.78 | 10.07 | 75.92 | - |
| YUV | 73.91 | 216.09 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 230 | 0.89 | 0.70 | 0 | 0.10 | 227.65 | 0.8 | 0.5 |
| Hex | 1A | 44 | E6 | 59 | 46 | 0 | A | E4 | 50 | 32 |
| Octal | 32 | 104 | 346 | 131 | 106 | 0 | 12 | 344 | 120 | 62 |
| Binary | 11010 | 1000100 | 11100110 | 1011001 | 1000110 | 0 | 1010 | 11100100 | 1010000 | 110010 |
Color Harmonies of #1A44E6
Complementary color
Monochromatic Colors of #1A44E6
Black with #1A44E6
Text Example
Text Example
White with #1A44E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A44E6; }
p { color: rgb(26,68,230); }
H1.HeaderClassName
{
color: #1A44E6;
}
.AnyTagClassName
{
color: #1A44E6;
}
</style>
background-color css
<style>
a { background-color: #1A44E6; }
a { background-color: rgb(26,68,230); }
div.DivClassName
{
background-color: #1A44E6;
}
.BgClassName
{
background-color: #1A44E6;
}
</style>
border-color css
<style>
span { border-color: #1A44E6; }
span { border-color: rgb(26,68,230); }
td.TdClassName
{
border-color: #1A44E6;
}
.TagClassName
{
border-color: #1A44E6;
}
</style>