Html Css Color HEX #518BAE Air Force Blue

📋 copy color: '#518BAE'

red 81 ◦ green 139 ◦ blue 174

#518BAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #518BAE

Tints of Air Force Blue #518BAE

RGB

 RED value IS 81 (32.03% from 255) = 20.56%

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 20.56%
G = 35.28%
B = 44.16%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#518BAE (or 0x518BAE) is known color: Air Force Blue. HEX triplet: 51, 8B and AE. RGB value is (81,139,174). Sum of RGB (Red+Green+Blue) = 81+139+174=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #518BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518BAE is #AE7451. Grayscale: #7D7D7D. Windows color (decimal): -11433042 or 11438929. OLE color: 11438929.

HSL color Cylindrical-coordinate representation of color #518BAE: hue angle of 202.58º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #518BAE is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 139 174 -
CMYK 0.53 0.20 0 0.32
HSL 202.58º 0.36% 0.5% -
HSV(B) 202.58º 0.53% 0.68% -
XYZ 20.27 23.27 43.47 -
YUV 125.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 81 139 174 0.53 0.20 0 0.32 202.58 0.36 0.5
Hex 51 8B AE 35 14 0 20 CB 24 32
Octal 121 213 256 65 24 0 40 313 44 62
Binary 1010001 10001011 10101110 110101 10100 0 100000 11001011 100100 110010

Color Harmonies of #518BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BAE

Black with #518BAE

Text Example


Text Example

White with #518BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,139,174); }

 H1.HeaderClassName
 {
   color: #518BAE;
 }
 .AnyTagClassName
 {
   color: #518BAE;
 }
</style>

background-color css

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

 a { background-color: rgb(81,139,174); }

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

border-color css

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

 span { border-color: rgb(81,139,174); }

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