#62819F

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

Shades of Air Force Blue #62819F

Tints of Air Force Blue #62819F

Color information

#62819F (or 0x62819F) is unknown color: approx Air Force Blue. HEX triplet: 62, 81 and 9F. RGB value is (98,129,159). Sum of RGB (Red+Green+Blue) = 98+129+159=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #62819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62819F is #9D7E60. Grayscale: #7A7A7A. Windows color (decimal): -10321505 or 10453346. OLE color: 10453346.

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

Color convert

RGB98129159-
CMYK0.380.1900.38
HSL209.51º24.11%50.39%-
HSV(B)209.51º38.36%62.35%-
XYZ19.1520.835.81-
YUV123.15148.23110.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.39%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=25.39%
G=33.42%
B=41.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981291590.380.1900.38209.5124.1150.39
Hex62819F2613026d21832
Octal14220123746230463223062
Binary110001010000001100111111001101001101001101101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62819F;
 }
 .AnyTagClassName
 {
   color: #62819F;
 }
</style>
background-color css

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

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

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

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

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

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