Html Css Color HEX #518CAF Air Force Blue

📋 copy color: '#518CAF'

red 81 ◦ green 140 ◦ blue 175

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

Shades of Air Force Blue #518CAF

Tints of Air Force Blue #518CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 20.45%
G = 35.35%
B = 44.19%

CMYK

 C value IS 0.54

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#518CAF (or 0x518CAF) is known color: Air Force Blue. HEX triplet: 51, 8C and AF. RGB value is (81,140,175). Sum of RGB (Red+Green+Blue) = 81+140+175=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #518CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518CAF is #AE7350. Grayscale: #7E7E7E. Windows color (decimal): -11432785 or 11504721. OLE color: 11504721.

HSL color Cylindrical-coordinate representation of color #518CAF: hue angle of 202.34º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #518CAF is Cyan = 0.54, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 140 175 -
CMYK 0.54 0.2 0 0.31
HSL 202.34º 0.37% 0.5% -
HSV(B) 202.34º 0.54% 0.69% -
XYZ 20.51 23.6 44.03 -
YUV 126.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 81 140 175 0.54 0.2 0 0.31 202.34 0.37 0.5
Hex 51 8C AF 36 14 0 1F CA 25 32
Octal 121 214 257 66 24 0 37 312 45 62
Binary 1010001 10001100 10101111 110110 10100 0 11111 11001010 100101 110010

Color Harmonies of #518CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CAF

Black with #518CAF

Text Example


Text Example

White with #518CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,140,175); }

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

background-color css

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

 a { background-color: rgb(81,140,175); }

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

border-color css

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

 span { border-color: rgb(81,140,175); }

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