#518DA9

Color #518DA9 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #518DA9

Tints of Air Force Blue #518DA9

Color information

#518DA9 (or 0x518DA9) is unknown color: approx Air Force Blue. HEX triplet: 51, 8D and A9. RGB value is (81,141,169). Sum of RGB (Red+Green+Blue) = 81+141+169=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #518DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DA9 is #AE7256. Grayscale: #7E7E7E. Windows color (decimal): -11432535 or 11111761. OLE color: 11111761.

HSL color Cylindrical-coordinate representation of color #518DA9: hue angle of 199.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #518DA9 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB81141169-
CMYK0.520.1700.34
HSL199.09º35.2%49.02%-
HSV(B)199.09º52.07%66.27%-
XYZ20.0823.6641.05-
YUV126.25152.1295.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 169 (66.41% from 255) = 43.22%
R=20.72%
G=36.06%
B=43.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal811411690.520.1700.34199.0935.249.02
Hex518DA93411022c72331
Octal12121525164210423074361
Binary1010001100011011010100111010010001010001011000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518DA9; }

 p { color: rgb(81,141,169); }

 H1.HeaderClassName
 {
   color: #518DA9;
 }
 .AnyTagClassName
 {
   color: #518DA9;
 }
</style>
background-color css

<style>
 a { background-color: #518DA9; }

 a { background-color: rgb(81,141,169); }

 div.DivClassName
 {
   background-color: #518DA9;
 }
 .BgClassName
 {
   background-color: #518DA9;
 }
</style>
border-color css

<style>
 span { border-color: #518DA9; }

 span { border-color: rgb(81,141,169); }

 td.TdClassName
 {
   border-color: #518DA9;
 }
 .TagClassName
 {
   border-color: #518DA9;
 }
</style>