#63819E

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

Shades of Air Force Blue #63819E

Tints of Air Force Blue #63819E

Color information

#63819E (or 0x63819E) is unknown color: approx Air Force Blue. HEX triplet: 63, 81 and 9E. RGB value is (99,129,158). Sum of RGB (Red+Green+Blue) = 99+129+158=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #63819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63819E is #9C7E61. Grayscale: #7B7B7B. Windows color (decimal): -10255970 or 10387811. OLE color: 10387811.

HSL color Cylindrical-coordinate representation of color #63819E: hue angle of 209.49º 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 #63819E is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99129158-
CMYK0.370.1800.38
HSL209.49º23.32%50.39%-
HSV(B)209.49º37.34%61.96%-
XYZ19.1720.8235.36-
YUV123.34147.56110.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.65%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=25.65%
G=33.42%
B=40.93%

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
Decimal991291580.370.1800.38209.4923.3250.39
Hex63819E2512026d11732
Octal14320123645220463212762
Binary110001110000001100111101001011001001001101101000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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