#62819D

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

Shades of Air Force Blue #62819D

Tints of Air Force Blue #62819D

Color information

#62819D (or 0x62819D) is unknown color: approx Air Force Blue. HEX triplet: 62, 81 and 9D. RGB value is (98,129,157). Sum of RGB (Red+Green+Blue) = 98+129+157=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #62819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62819D is #9D7E62. Grayscale: #7A7A7A. Windows color (decimal): -10321507 or 10322274. OLE color: 10322274.

HSL color Cylindrical-coordinate representation of color #62819D: hue angle of 208.47º degrees, saturation: 0.23, 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 #62819D is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98129157-
CMYK0.380.1800.38
HSL208.47º23.14%50%-
HSV(B)208.47º37.58%61.57%-
XYZ18.9720.7334.9-
YUV122.92147.23110.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.52%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=25.52%
G=33.59%
B=40.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981291570.380.1800.38208.4723.1450
Hex62819D2612026d01732
Octal14220123546220463202762
Binary110001010000001100111011001101001001001101101000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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