#63849F

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

Shades of Air Force Blue #63849F

Tints of Air Force Blue #63849F

Color information

#63849F (or 0x63849F) is unknown color: approx Air Force Blue. HEX triplet: 63, 84 and 9F. RGB value is (99,132,159). Sum of RGB (Red+Green+Blue) = 99+132+159=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #63849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63849F is #9C7B60. Grayscale: #7D7D7D. Windows color (decimal): -10255201 or 10454115. OLE color: 10454115.

HSL color Cylindrical-coordinate representation of color #63849F: hue angle of 207º 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 #63849F is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99132159-
CMYK0.380.1700.38
HSL207º23.81%50.59%-
HSV(B)207º37.74%62.35%-
XYZ19.6521.6635.95-
YUV125.21147.07109.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=25.38%
G=33.85%
B=40.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991321590.380.1700.3820723.8150.59
Hex63849F2611026cf1833
Octal14320423746210463173063
Binary110001110000100100111111001101000101001101100111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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