Shades of Persian Blue #1940AF
Tints of Persian Blue #1940AF
RGB
CMYK
RGB Variations
Color information
#1940AF (or 0x1940AF) is known color: Persian Blue. HEX triplet: 19, 40 and AF. RGB value is (25,64,175). Sum of RGB (Red+Green+Blue) = 25+64+175=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #1940AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1940AF is #E6BF50. Grayscale: #404040. Windows color (decimal): -15122257 or 11485209. OLE color: 11485209.
HSL color Cylindrical-coordinate representation of color #1940AF: hue angle of 224.4º 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 #1940AF is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 64 | 175 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.31 |
| HSL | 224.4º | 0.75% | 0.39% | - |
| HSV(B) | 224.4º | 0.86% | 0.69% | - |
| XYZ | 9.97 | 6.97 | 41.38 | - |
| YUV | 64.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 175 | 0.86 | 0.63 | 0 | 0.31 | 224.4 | 0.75 | 0.39 |
| Hex | 19 | 40 | AF | 56 | 3F | 0 | 1F | E0 | 4B | 27 |
| Octal | 31 | 100 | 257 | 126 | 77 | 0 | 37 | 340 | 113 | 47 |
| Binary | 11001 | 1000000 | 10101111 | 1010110 | 111111 | 0 | 11111 | 11100000 | 1001011 | 100111 |
Color Harmonies of #1940AF
Complementary color
Monochromatic Colors of #1940AF
Black with #1940AF
Text Example
Text Example
White with #1940AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1940AF; }
p { color: rgb(25,64,175); }
H1.HeaderClassName
{
color: #1940AF;
}
.AnyTagClassName
{
color: #1940AF;
}
</style>
background-color css
<style>
a { background-color: #1940AF; }
a { background-color: rgb(25,64,175); }
div.DivClassName
{
background-color: #1940AF;
}
.BgClassName
{
background-color: #1940AF;
}
</style>
border-color css
<style>
span { border-color: #1940AF; }
span { border-color: rgb(25,64,175); }
td.TdClassName
{
border-color: #1940AF;
}
.TagClassName
{
border-color: #1940AF;
}
</style>