Shades of Air Force Blue #658BAE
Tints of Air Force Blue #658BAE
RGB
CMYK
RGB Variations
Color information
#658BAE (or 0x658BAE) is known color: Air Force Blue. HEX triplet: 65, 8B and AE. RGB value is (101,139,174). Sum of RGB (Red+Green+Blue) = 101+139+174=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #658BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658BAE is #9A7451. Grayscale: #838383. Windows color (decimal): -10122322 or 11438949. OLE color: 11438949.
HSL color Cylindrical-coordinate representation of color #658BAE: hue angle of 208.77º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #658BAE is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 139 | 174 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.32 |
| HSL | 208.77º | 0.31% | 0.54% | - |
| HSV(B) | 208.77º | 0.42% | 0.68% | - |
| XYZ | 22.24 | 24.29 | 43.56 | - |
| YUV | 131.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 174 | 0.42 | 0.20 | 0 | 0.32 | 208.77 | 0.31 | 0.54 |
| Hex | 65 | 8B | AE | 2A | 14 | 0 | 20 | D1 | 1F | 36 |
| Octal | 145 | 213 | 256 | 52 | 24 | 0 | 40 | 321 | 37 | 66 |
| Binary | 1100101 | 10001011 | 10101110 | 101010 | 10100 | 0 | 100000 | 11010001 | 11111 | 110110 |
Color Harmonies of #658BAE
Complementary color
Monochromatic Colors of #658BAE
Black with #658BAE
Text Example
Text Example
White with #658BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BAE; }
p { color: rgb(101,139,174); }
H1.HeaderClassName
{
color: #658BAE;
}
.AnyTagClassName
{
color: #658BAE;
}
</style>
background-color css
<style>
a { background-color: #658BAE; }
a { background-color: rgb(101,139,174); }
div.DivClassName
{
background-color: #658BAE;
}
.BgClassName
{
background-color: #658BAE;
}
</style>
border-color css
<style>
span { border-color: #658BAE; }
span { border-color: rgb(101,139,174); }
td.TdClassName
{
border-color: #658BAE;
}
.TagClassName
{
border-color: #658BAE;
}
</style>