Html Css Color HEX #51819F Air Force Blue

📋 copy color: '#51819F'

red 81 ◦ green 129 ◦ blue 159

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

Shades of Air Force Blue #51819F

Tints of Air Force Blue #51819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 21.95%
G = 34.96%
B = 43.09%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51819F (or 0x51819F) is known color: Air Force Blue. HEX triplet: 51, 81 and 9F. RGB value is (81,129,159). Sum of RGB (Red+Green+Blue) = 81+129+159=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #51819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51819F is #AE7E60. Grayscale: #757575. Windows color (decimal): -11435617 or 10453329. OLE color: 10453329.

HSL color Cylindrical-coordinate representation of color #51819F: hue angle of 203.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51819F is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 129 159 -
CMYK 0.49 0.19 0 0.38
HSL 203.08º 0.33% 0.47% -
HSV(B) 203.08º 0.49% 0.62% -
XYZ 17.5 19.95 35.73 -
YUV 118.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 81 129 159 0.49 0.19 0 0.38 203.08 0.33 0.47
Hex 51 81 9F 31 13 0 26 CB 20 2F
Octal 121 201 237 61 23 0 46 313 40 57
Binary 1010001 10000001 10011111 110001 10011 0 100110 11001011 100000 101111

Color Harmonies of #51819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51819F

Black with #51819F

Text Example


Text Example

White with #51819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51819F; }

 p { color: rgb(81,129,159); }

 H1.HeaderClassName
 {
   color: #51819F;
 }
 .AnyTagClassName
 {
   color: #51819F;
 }
</style>

background-color css

<style>
 a { background-color: #51819F; }

 a { background-color: rgb(81,129,159); }

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

border-color css

<style>
 span { border-color: #51819F; }

 span { border-color: rgb(81,129,159); }

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