Html Css Color HEX #64819F Air Force Blue

📋 copy color: '#64819F'

red 100 ◦ green 129 ◦ blue 159

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

Shades of Air Force Blue #64819F

Tints of Air Force Blue #64819F

RGB

 RED value IS 100 (39.45% from 255) = 25.77%

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

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

R = 25.77%
G = 33.25%
B = 40.98%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64819F (or 0x64819F) is known color: Air Force Blue. HEX triplet: 64, 81 and 9F. RGB value is (100,129,159). Sum of RGB (Red+Green+Blue) = 100+129+159=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #64819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64819F is #9B7E60. Grayscale: #7B7B7B. Windows color (decimal): -10190433 or 10453348. OLE color: 10453348.

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

Color convert

RGB 100 129 159 -
CMYK 0.37 0.19 0 0.38
HSL 210.51º 0.24% 0.51% -
HSV(B) 210.51º 0.37% 0.62% -
XYZ 19.36 20.91 35.82 -
YUV 123.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 100 129 159 0.37 0.19 0 0.38 210.51 0.24 0.51
Hex 64 81 9F 25 13 0 26 D3 18 33
Octal 144 201 237 45 23 0 46 323 30 63
Binary 1100100 10000001 10011111 100101 10011 0 100110 11010011 11000 110011

Color Harmonies of #64819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64819F

Black with #64819F

Text Example


Text Example

White with #64819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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