Shades of Air Force Blue #518AAF
Tints of Air Force Blue #518AAF
RGB
CMYK
RGB Variations
Color information
#518AAF (or 0x518AAF) is known color: Air Force Blue. HEX triplet: 51, 8A and AF. RGB value is (81,138,175). Sum of RGB (Red+Green+Blue) = 81+138+175=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #518AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518AAF is #AE7550. Grayscale: #7C7C7C. Windows color (decimal): -11433297 or 11504209. OLE color: 11504209.
HSL color Cylindrical-coordinate representation of color #518AAF: hue angle of 203.62º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #518AAF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 138 | 175 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.31 |
| HSL | 203.62º | 0.37% | 0.5% | - |
| HSV(B) | 203.62º | 0.54% | 0.69% | - |
| XYZ | 20.22 | 23.02 | 43.94 | - |
| YUV | 125.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 175 | 0.54 | 0.21 | 0 | 0.31 | 203.62 | 0.37 | 0.5 |
| Hex | 51 | 8A | AF | 36 | 15 | 0 | 1F | CC | 25 | 32 |
| Octal | 121 | 212 | 257 | 66 | 25 | 0 | 37 | 314 | 45 | 62 |
| Binary | 1010001 | 10001010 | 10101111 | 110110 | 10101 | 0 | 11111 | 11001100 | 100101 | 110010 |
Color Harmonies of #518AAF
Complementary color
Monochromatic Colors of #518AAF
Black with #518AAF
Text Example
Text Example
White with #518AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AAF; }
p { color: rgb(81,138,175); }
H1.HeaderClassName
{
color: #518AAF;
}
.AnyTagClassName
{
color: #518AAF;
}
</style>
background-color css
<style>
a { background-color: #518AAF; }
a { background-color: rgb(81,138,175); }
div.DivClassName
{
background-color: #518AAF;
}
.BgClassName
{
background-color: #518AAF;
}
</style>
border-color css
<style>
span { border-color: #518AAF; }
span { border-color: rgb(81,138,175); }
td.TdClassName
{
border-color: #518AAF;
}
.TagClassName
{
border-color: #518AAF;
}
</style>