Html Css Color HEX #63819F Air Force Blue

📋 copy color: '#63819F'

red 99 ◦ green 129 ◦ blue 159

#63819F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #63819F

Tints of Air Force Blue #63819F

RGB

 RED value IS 99 (39.06% from 255) = 25.58%

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 25.58%
G = 33.33%
B = 41.09%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63819F (or 0x63819F) is known color: Air Force Blue. HEX triplet: 63, 81 and 9F. RGB value is (99,129,159). Sum of RGB (Red+Green+Blue) = 99+129+159=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #63819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63819F is #9C7E60. Grayscale: #7B7B7B. Windows color (decimal): -10255969 or 10453347. OLE color: 10453347.

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

Color convert

RGB 99 129 159 -
CMYK 0.38 0.19 0 0.38
HSL 210º 0.24% 0.51% -
HSV(B) 210º 0.38% 0.62% -
XYZ 19.25 20.86 35.81 -
YUV 123.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 99 129 159 0.38 0.19 0 0.38 210 0.24 0.51
Hex 63 81 9F 26 13 0 26 D2 18 33
Octal 143 201 237 46 23 0 46 322 30 63
Binary 1100011 10000001 10011111 100110 10011 0 100110 11010010 11000 110011

Color Harmonies of #63819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63819F

Black with #63819F

Text Example


Text Example

White with #63819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63819F;
 }
 .AnyTagClassName
 {
   color: #63819F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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