Html Css Color HEX #63819C Air Force Blue

📋 copy color: '#63819C'

red 99 ◦ green 129 ◦ blue 156

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

Shades of Air Force Blue #63819C

Tints of Air Force Blue #63819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 25.78%
G = 33.59%
B = 40.63%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63819C (or 0x63819C) is known color: Air Force Blue. HEX triplet: 63, 81 and 9C. RGB value is (99,129,156). Sum of RGB (Red+Green+Blue) = 99+129+156=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #63819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63819C is #9C7E63. Grayscale: #7A7A7A. Windows color (decimal): -10255972 or 10256739. OLE color: 10256739.

HSL color Cylindrical-coordinate representation of color #63819C: hue angle of 208.42º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63819C is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 129 156 -
CMYK 0.37 0.17 0 0.39
HSL 208.42º 0.22% 0.5% -
HSV(B) 208.42º 0.37% 0.61% -
XYZ 19 20.75 34.46 -
YUV 123.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 99 129 156 0.37 0.17 0 0.39 208.42 0.22 0.5
Hex 63 81 9C 25 11 0 27 D0 16 32
Octal 143 201 234 45 21 0 47 320 26 62
Binary 1100011 10000001 10011100 100101 10001 0 100111 11010000 10110 110010

Color Harmonies of #63819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63819C

Black with #63819C

Text Example


Text Example

White with #63819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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