Shades of Air Force Blue #518AB0
Tints of Air Force Blue #518AB0
RGB
CMYK
RGB Variations
Color information
#518AB0 (or 0x518AB0) is known color: Air Force Blue. HEX triplet: 51, 8A and B0. RGB value is (81,138,176). Sum of RGB (Red+Green+Blue) = 81+138+176=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #518AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518AB0 is #AE754F. Grayscale: #7D7D7D. Windows color (decimal): -11433296 or 11569745. OLE color: 11569745.
HSL color Cylindrical-coordinate representation of color #518AB0: hue angle of 204º degrees, saturation: 0.38, 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 #518AB0 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 138 | 176 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.31 |
| HSL | 204º | 0.38% | 0.5% | - |
| HSV(B) | 204º | 0.54% | 0.69% | - |
| XYZ | 20.32 | 23.06 | 44.45 | - |
| YUV | 125.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 176 | 0.54 | 0.22 | 0 | 0.31 | 204 | 0.38 | 0.5 |
| Hex | 51 | 8A | B0 | 36 | 16 | 0 | 1F | CC | 26 | 32 |
| Octal | 121 | 212 | 260 | 66 | 26 | 0 | 37 | 314 | 46 | 62 |
| Binary | 1010001 | 10001010 | 10110000 | 110110 | 10110 | 0 | 11111 | 11001100 | 100110 | 110010 |
Color Harmonies of #518AB0
Complementary color
Monochromatic Colors of #518AB0
Black with #518AB0
Text Example
Text Example
White with #518AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AB0; }
p { color: rgb(81,138,176); }
H1.HeaderClassName
{
color: #518AB0;
}
.AnyTagClassName
{
color: #518AB0;
}
</style>
background-color css
<style>
a { background-color: #518AB0; }
a { background-color: rgb(81,138,176); }
div.DivClassName
{
background-color: #518AB0;
}
.BgClassName
{
background-color: #518AB0;
}
</style>
border-color css
<style>
span { border-color: #518AB0; }
span { border-color: rgb(81,138,176); }
td.TdClassName
{
border-color: #518AB0;
}
.TagClassName
{
border-color: #518AB0;
}
</style>