Html Css Color HEX #5F7BAA Air Force Blue

📋 copy color: '#5F7BAA'

red 95 ◦ green 123 ◦ blue 170

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

Shades of Air Force Blue #5F7BAA

Tints of Air Force Blue #5F7BAA

RGB

 RED value IS 95 (37.5% from 255) = 24.48%

 GREEN value IS 123 (48.44% from 255) = 31.7%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 24.48%
G = 31.7%
B = 43.81%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F7BAA (or 0x5F7BAA) is known color: Air Force Blue. HEX triplet: 5F, 7B and AA. RGB value is (95,123,170). Sum of RGB (Red+Green+Blue) = 95+123+170=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7BAA is #A08455. Grayscale: #777777. Windows color (decimal): -10519638 or 11172703. OLE color: 11172703.

HSL color Cylindrical-coordinate representation of color #5F7BAA: hue angle of 217.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F7BAA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 123 170 -
CMYK 0.44 0.28 0 0.33
HSL 217.6º 0.31% 0.52% -
HSV(B) 217.6º 0.44% 0.67% -
XYZ 19.06 19.5 40.79 -
YUV 119.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 95 123 170 0.44 0.28 0 0.33 217.6 0.31 0.52
Hex 5F 7B AA 2C 1C 0 21 DA 1F 34
Octal 137 173 252 54 34 0 41 332 37 64
Binary 1011111 1111011 10101010 101100 11100 0 100001 11011010 11111 110100

Color Harmonies of #5F7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7BAA

Black with #5F7BAA

Text Example


Text Example

White with #5F7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F7BAA; }

 p { color: rgb(95,123,170); }

 H1.HeaderClassName
 {
   color: #5F7BAA;
 }
 .AnyTagClassName
 {
   color: #5F7BAA;
 }
</style>

background-color css

<style>
 a { background-color: #5F7BAA; }

 a { background-color: rgb(95,123,170); }

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

border-color css

<style>
 span { border-color: #5F7BAA; }

 span { border-color: rgb(95,123,170); }

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