Html Css Color HEX #518BAA Air Force Blue

📋 copy color: '#518BAA'

red 81 ◦ green 139 ◦ blue 170

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

Shades of Air Force Blue #518BAA

Tints of Air Force Blue #518BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 20.77%
G = 35.64%
B = 43.59%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#518BAA (or 0x518BAA) is known color: Air Force Blue. HEX triplet: 51, 8B and AA. RGB value is (81,139,170). Sum of RGB (Red+Green+Blue) = 81+139+170=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #518BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518BAA is #AE7455. Grayscale: #7D7D7D. Windows color (decimal): -11433046 or 11176785. OLE color: 11176785.

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

Color convert

RGB 81 139 170 -
CMYK 0.52 0.18 0 0.33
HSL 200.9º 0.35% 0.49% -
HSV(B) 200.9º 0.52% 0.67% -
XYZ 19.88 23.12 41.44 -
YUV 125.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 81 139 170 0.52 0.18 0 0.33 200.9 0.35 0.49
Hex 51 8B AA 34 12 0 21 C9 23 31
Octal 121 213 252 64 22 0 41 311 43 61
Binary 1010001 10001011 10101010 110100 10010 0 100001 11001001 100011 110001

Color Harmonies of #518BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BAA

Black with #518BAA

Text Example


Text Example

White with #518BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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