Html Css Color HEX #658FA5 Air Force Blue

📋 copy color: '#658FA5'

red 101 ◦ green 143 ◦ blue 165

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

Shades of Air Force Blue #658FA5

Tints of Air Force Blue #658FA5

RGB

 RED value IS 101 (39.84% from 255) = 24.69%

 GREEN value IS 143 (56.25% from 255) = 34.96%

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 24.69%
G = 34.96%
B = 40.34%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#658FA5 (or 0x658FA5) is known color: Air Force Blue. HEX triplet: 65, 8F and A5. RGB value is (101,143,165). Sum of RGB (Red+Green+Blue) = 101+143+165=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 165 - color contains mainly: blue. Hex color #658FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658FA5 is #9A705A. Grayscale: #848484. Windows color (decimal): -10121307 or 10850149. OLE color: 10850149.

HSL color Cylindrical-coordinate representation of color #658FA5: hue angle of 200.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #658FA5 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 143 165 -
CMYK 0.39 0.13 0 0.35
HSL 200.63º 0.26% 0.52% -
HSV(B) 200.63º 0.39% 0.65% -
XYZ 21.98 25.13 39.29 -
YUV 132.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 101 143 165 0.39 0.13 0 0.35 200.63 0.26 0.52
Hex 65 8F A5 27 D 0 23 C9 1A 34
Octal 145 217 245 47 15 0 43 311 32 64
Binary 1100101 10001111 10100101 100111 1101 0 100011 11001001 11010 110100

Color Harmonies of #658FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658FA5

Black with #658FA5

Text Example


Text Example

White with #658FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658FA5; }

 p { color: rgb(101,143,165); }

 H1.HeaderClassName
 {
   color: #658FA5;
 }
 .AnyTagClassName
 {
   color: #658FA5;
 }
</style>

background-color css

<style>
 a { background-color: #658FA5; }

 a { background-color: rgb(101,143,165); }

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

border-color css

<style>
 span { border-color: #658FA5; }

 span { border-color: rgb(101,143,165); }

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