#51819F

Color #51819F Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #51819F

Tints of Air Force Blue #51819F

Color information

#51819F (or 0x51819F) is unknown color: approx 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

RGB81129159-
CMYK0.490.1900.38
HSL203.08º32.5%47.06%-
HSV(B)203.08º49.06%62.35%-
XYZ17.519.9535.73-
YUV118.07151.1101.56-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811291590.490.1900.38203.0832.547.06
Hex51819F3113026cb202f
Octal12120123761230463134057
Binary1010001100000011001111111000110011010011011001011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>