#63819D

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

Shades of Air Force Blue #63819D

Tints of Air Force Blue #63819D

Color information

#63819D (or 0x63819D) is unknown color: approx Air Force Blue. HEX triplet: 63, 81 and 9D. RGB value is (99,129,157). Sum of RGB (Red+Green+Blue) = 99+129+157=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #63819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63819D is #9C7E62. Grayscale: #7B7B7B. Windows color (decimal): -10255971 or 10322275. OLE color: 10322275.

HSL color Cylindrical-coordinate representation of color #63819D: hue angle of 208.97º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63819D is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99129157-
CMYK0.370.1800.38
HSL208.97º22.83%50.2%-
HSV(B)208.97º36.94%61.57%-
XYZ19.0820.7934.9-
YUV123.22147.06110.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=25.71%
G=33.51%
B=40.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991291570.370.1800.38208.9722.8350.2
Hex63819D2512026d11732
Octal14320123545220463212762
Binary110001110000001100111011001011001001001101101000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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