Shades of Persian Blue #1949AF
Tints of Persian Blue #1949AF
RGB
CMYK
RGB Variations
Color information
#1949AF (or 0x1949AF) is known color: Persian Blue. HEX triplet: 19, 49 and AF. RGB value is (25,73,175). Sum of RGB (Red+Green+Blue) = 25+73+175=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #1949AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1949AF is #E6B650. Grayscale: #454545. Windows color (decimal): -15119953 or 11487513. OLE color: 11487513.
HSL color Cylindrical-coordinate representation of color #1949AF: hue angle of 220.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1949AF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 73 | 175 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.31 |
| HSL | 220.8º | 0.75% | 0.39% | - |
| HSV(B) | 220.8º | 0.86% | 0.69% | - |
| XYZ | 10.52 | 8.07 | 41.56 | - |
| YUV | 70.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 175 | 0.86 | 0.58 | 0 | 0.31 | 220.8 | 0.75 | 0.39 |
| Hex | 19 | 49 | AF | 56 | 3A | 0 | 1F | DD | 4B | 27 |
| Octal | 31 | 111 | 257 | 126 | 72 | 0 | 37 | 335 | 113 | 47 |
| Binary | 11001 | 1001001 | 10101111 | 1010110 | 111010 | 0 | 11111 | 11011101 | 1001011 | 100111 |
Color Harmonies of #1949AF
Complementary color
Monochromatic Colors of #1949AF
Black with #1949AF
Text Example
Text Example
White with #1949AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949AF; }
p { color: rgb(25,73,175); }
H1.HeaderClassName
{
color: #1949AF;
}
.AnyTagClassName
{
color: #1949AF;
}
</style>
background-color css
<style>
a { background-color: #1949AF; }
a { background-color: rgb(25,73,175); }
div.DivClassName
{
background-color: #1949AF;
}
.BgClassName
{
background-color: #1949AF;
}
</style>
border-color css
<style>
span { border-color: #1949AF; }
span { border-color: rgb(25,73,175); }
td.TdClassName
{
border-color: #1949AF;
}
.TagClassName
{
border-color: #1949AF;
}
</style>