Shades of Air Force Blue #598BA9
Tints of Air Force Blue #598BA9
RGB
CMYK
RGB Variations
Color information
#598BA9 (or 0x598BA9) is known color: Air Force Blue. HEX triplet: 59, 8B and A9. RGB value is (89,139,169). Sum of RGB (Red+Green+Blue) = 89+139+169=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #598BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598BA9 is #A67456. Grayscale: #7F7F7F. Windows color (decimal): -10908759 or 11111257. OLE color: 11111257.
HSL color Cylindrical-coordinate representation of color #598BA9: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #598BA9 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 139 | 169 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.34 |
| HSL | 202.5º | 0.32% | 0.51% | - |
| HSV(B) | 202.5º | 0.47% | 0.66% | - |
| XYZ | 20.51 | 23.45 | 40.98 | - |
| YUV | 127.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 169 | 0.47 | 0.18 | 0 | 0.34 | 202.5 | 0.32 | 0.51 |
| Hex | 59 | 8B | A9 | 2F | 12 | 0 | 22 | CA | 20 | 33 |
| Octal | 131 | 213 | 251 | 57 | 22 | 0 | 42 | 312 | 40 | 63 |
| Binary | 1011001 | 10001011 | 10101001 | 101111 | 10010 | 0 | 100010 | 11001010 | 100000 | 110011 |
Color Harmonies of #598BA9
Complementary color
Monochromatic Colors of #598BA9
Black with #598BA9
Text Example
Text Example
White with #598BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598BA9; }
p { color: rgb(89,139,169); }
H1.HeaderClassName
{
color: #598BA9;
}
.AnyTagClassName
{
color: #598BA9;
}
</style>
background-color css
<style>
a { background-color: #598BA9; }
a { background-color: rgb(89,139,169); }
div.DivClassName
{
background-color: #598BA9;
}
.BgClassName
{
background-color: #598BA9;
}
</style>
border-color css
<style>
span { border-color: #598BA9; }
span { border-color: rgb(89,139,169); }
td.TdClassName
{
border-color: #598BA9;
}
.TagClassName
{
border-color: #598BA9;
}
</style>