Html Css Color HEX #518BAB Air Force Blue

📋 copy color: '#518BAB'

red 81 ◦ green 139 ◦ blue 171

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

Shades of Air Force Blue #518BAB

Tints of Air Force Blue #518BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 20.72%
G = 35.55%
B = 43.73%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#518BAB (or 0x518BAB) is known color: Air Force Blue. HEX triplet: 51, 8B and AB. RGB value is (81,139,171). Sum of RGB (Red+Green+Blue) = 81+139+171=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #518BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518BAB is #AE7454. Grayscale: #7D7D7D. Windows color (decimal): -11433045 or 11242321. OLE color: 11242321.

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

Color convert

RGB 81 139 171 -
CMYK 0.53 0.19 0 0.33
HSL 201.33º 0.36% 0.49% -
HSV(B) 201.33º 0.53% 0.67% -
XYZ 19.98 23.15 41.94 -
YUV 125.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 81 139 171 0.53 0.19 0 0.33 201.33 0.36 0.49
Hex 51 8B AB 35 13 0 21 C9 24 31
Octal 121 213 253 65 23 0 41 311 44 61
Binary 1010001 10001011 10101011 110101 10011 0 100001 11001001 100100 110001

Color Harmonies of #518BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BAB

Black with #518BAB

Text Example


Text Example

White with #518BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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