Shades of Air Force Blue #65819F
Tints of Air Force Blue #65819F
RGB
CMYK
RGB Variations
Color information
#65819F (or 0x65819F) is known color: Air Force Blue. HEX triplet: 65, 81 and 9F. RGB value is (101,129,159). Sum of RGB (Red+Green+Blue) = 101+129+159=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #65819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65819F is #9A7E60. Grayscale: #7B7B7B. Windows color (decimal): -10124897 or 10453349. OLE color: 10453349.
HSL color Cylindrical-coordinate representation of color #65819F: hue angle of 211.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65819F is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 129 | 159 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.38 |
| HSL | 211.03º | 0.23% | 0.51% | - |
| HSV(B) | 211.03º | 0.36% | 0.62% | - |
| XYZ | 19.48 | 20.97 | 35.82 | - |
| YUV | 124.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 159 | 0.36 | 0.19 | 0 | 0.38 | 211.03 | 0.23 | 0.51 |
| Hex | 65 | 81 | 9F | 24 | 13 | 0 | 26 | D3 | 17 | 33 |
| Octal | 145 | 201 | 237 | 44 | 23 | 0 | 46 | 323 | 27 | 63 |
| Binary | 1100101 | 10000001 | 10011111 | 100100 | 10011 | 0 | 100110 | 11010011 | 10111 | 110011 |
Color Harmonies of #65819F
Complementary color
Monochromatic Colors of #65819F
Black with #65819F
Text Example
Text Example
White with #65819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65819F; }
p { color: rgb(101,129,159); }
H1.HeaderClassName
{
color: #65819F;
}
.AnyTagClassName
{
color: #65819F;
}
</style>
background-color css
<style>
a { background-color: #65819F; }
a { background-color: rgb(101,129,159); }
div.DivClassName
{
background-color: #65819F;
}
.BgClassName
{
background-color: #65819F;
}
</style>
border-color css
<style>
span { border-color: #65819F; }
span { border-color: rgb(101,129,159); }
td.TdClassName
{
border-color: #65819F;
}
.TagClassName
{
border-color: #65819F;
}
</style>