#63879F

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

Shades of Air Force Blue #63879F

Tints of Air Force Blue #63879F

Color information

#63879F (or 0x63879F) is unknown color: approx Air Force Blue. HEX triplet: 63, 87 and 9F. RGB value is (99,135,159). Sum of RGB (Red+Green+Blue) = 99+135+159=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #63879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63879F is #9C7860. Grayscale: #7E7E7E. Windows color (decimal): -10254433 or 10454883. OLE color: 10454883.

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

Color convert

RGB99135159-
CMYK0.380.1500.38
HSL204º23.81%50.59%-
HSV(B)204º37.74%62.35%-
XYZ20.0722.4836.08-
YUV126.97146.07108.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=25.19%
G=34.35%
B=40.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991351590.380.1500.3820423.8150.59
Hex63879F26F026cc1833
Octal14320723746170463143063
Binary11000111000011110011111100110111101001101100110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,135,159); }

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

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

 a { background-color: rgb(99,135,159); }

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

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

 span { border-color: rgb(99,135,159); }

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