Shades of Air Force Blue #518BAC
Tints of Air Force Blue #518BAC
RGB
CMYK
RGB Variations
Color information
#518BAC (or 0x518BAC) is known color: Air Force Blue. HEX triplet: 51, 8B and AC. RGB value is (81,139,172). Sum of RGB (Red+Green+Blue) = 81+139+172=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #518BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518BAC is #AE7453. Grayscale: #7D7D7D. Windows color (decimal): -11433044 or 11307857. OLE color: 11307857.
HSL color Cylindrical-coordinate representation of color #518BAC: hue angle of 201.76º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #518BAC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 139 | 172 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.33 |
| HSL | 201.76º | 0.36% | 0.5% | - |
| HSV(B) | 201.76º | 0.53% | 0.67% | - |
| XYZ | 20.07 | 23.19 | 42.45 | - |
| YUV | 125.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 172 | 0.53 | 0.19 | 0 | 0.33 | 201.76 | 0.36 | 0.5 |
| Hex | 51 | 8B | AC | 35 | 13 | 0 | 21 | CA | 24 | 32 |
| Octal | 121 | 213 | 254 | 65 | 23 | 0 | 41 | 312 | 44 | 62 |
| Binary | 1010001 | 10001011 | 10101100 | 110101 | 10011 | 0 | 100001 | 11001010 | 100100 | 110010 |
Color Harmonies of #518BAC
Complementary color
Monochromatic Colors of #518BAC
Black with #518BAC
Text Example
Text Example
White with #518BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BAC; }
p { color: rgb(81,139,172); }
H1.HeaderClassName
{
color: #518BAC;
}
.AnyTagClassName
{
color: #518BAC;
}
</style>
background-color css
<style>
a { background-color: #518BAC; }
a { background-color: rgb(81,139,172); }
div.DivClassName
{
background-color: #518BAC;
}
.BgClassName
{
background-color: #518BAC;
}
</style>
border-color css
<style>
span { border-color: #518BAC; }
span { border-color: rgb(81,139,172); }
td.TdClassName
{
border-color: #518BAC;
}
.TagClassName
{
border-color: #518BAC;
}
</style>