Html Css Color HEX #518BA7 Air Force Blue

📋 copy color: '#518BA7'

red 81 ◦ green 139 ◦ blue 167

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

Shades of Air Force Blue #518BA7

Tints of Air Force Blue #518BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.15%

R = 20.93%
G = 35.92%
B = 43.15%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#518BA7 (or 0x518BA7) is known color: Air Force Blue. HEX triplet: 51, 8B and A7. RGB value is (81,139,167). Sum of RGB (Red+Green+Blue) = 81+139+167=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 167 - color contains mainly: blue. Hex color #518BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518BA7 is #AE7458. Grayscale: #7C7C7C. Windows color (decimal): -11433049 or 10980177. OLE color: 10980177.

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

Color convert

RGB 81 139 167 -
CMYK 0.51 0.17 0 0.35
HSL 199.53º 0.35% 0.49% -
HSV(B) 199.53º 0.51% 0.65% -
XYZ 19.6 23 39.97 -
YUV 124.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 81 139 167 0.51 0.17 0 0.35 199.53 0.35 0.49
Hex 51 8B A7 33 11 0 23 C8 23 31
Octal 121 213 247 63 21 0 43 310 43 61
Binary 1010001 10001011 10100111 110011 10001 0 100011 11001000 100011 110001

Color Harmonies of #518BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BA7

Black with #518BA7

Text Example


Text Example

White with #518BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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