Shades of Persian Blue #1A3FAE
Tints of Persian Blue #1A3FAE
RGB
CMYK
RGB Variations
Color information
#1A3FAE (or 0x1A3FAE) is known color: Persian Blue. HEX triplet: 1A, 3F and AE. RGB value is (26,63,174). Sum of RGB (Red+Green+Blue) = 26+63+174=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3FAE is #E5C051. Grayscale: #404040. Windows color (decimal): -15056978 or 11419418. OLE color: 11419418.
HSL color Cylindrical-coordinate representation of color #1A3FAE: hue angle of 225º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A3FAE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 63 | 174 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.32 |
| HSL | 225º | 0.74% | 0.39% | - |
| HSV(B) | 225º | 0.85% | 0.68% | - |
| XYZ | 9.84 | 6.83 | 40.84 | - |
| YUV | 64.59 | 189.74 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 63 | 174 | 0.85 | 0.64 | 0 | 0.32 | 225 | 0.74 | 0.39 |
| Hex | 1A | 3F | AE | 55 | 40 | 0 | 20 | E1 | 4A | 27 |
| Octal | 32 | 77 | 256 | 125 | 100 | 0 | 40 | 341 | 112 | 47 |
| Binary | 11010 | 111111 | 10101110 | 1010101 | 1000000 | 0 | 100000 | 11100001 | 1001010 | 100111 |
Color Harmonies of #1A3FAE
Complementary color
Monochromatic Colors of #1A3FAE
Black with #1A3FAE
Text Example
Text Example
White with #1A3FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3FAE; }
p { color: rgb(26,63,174); }
H1.HeaderClassName
{
color: #1A3FAE;
}
.AnyTagClassName
{
color: #1A3FAE;
}
</style>
background-color css
<style>
a { background-color: #1A3FAE; }
a { background-color: rgb(26,63,174); }
div.DivClassName
{
background-color: #1A3FAE;
}
.BgClassName
{
background-color: #1A3FAE;
}
</style>
border-color css
<style>
span { border-color: #1A3FAE; }
span { border-color: rgb(26,63,174); }
td.TdClassName
{
border-color: #1A3FAE;
}
.TagClassName
{
border-color: #1A3FAE;
}
</style>