#62819B

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

Shades of Air Force Blue #62819B

Tints of Air Force Blue #62819B

Color information

#62819B (or 0x62819B) is unknown color: approx Air Force Blue. HEX triplet: 62, 81 and 9B. RGB value is (98,129,155). Sum of RGB (Red+Green+Blue) = 98+129+155=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #62819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62819B is #9D7E64. Grayscale: #7A7A7A. Windows color (decimal): -10321509 or 10191202. OLE color: 10191202.

HSL color Cylindrical-coordinate representation of color #62819B: hue angle of 207.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62819B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98129155-
CMYK0.370.1700.39
HSL207.37º22.53%49.61%-
HSV(B)207.37º36.77%60.78%-
XYZ18.820.6634.01-
YUV122.7146.23110.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.65%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=25.65%
G=33.77%
B=40.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981291550.370.1700.39207.3722.5349.61
Hex62819B2511027cf1732
Octal14220123345210473172762
Binary110001010000001100110111001011000101001111100111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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