Shades of Air Force Blue #52819F
Tints of Air Force Blue #52819F
RGB
CMYK
RGB Variations
Color information
#52819F (or 0x52819F) is known color: Air Force Blue. HEX triplet: 52, 81 and 9F. RGB value is (82,129,159). Sum of RGB (Red+Green+Blue) = 82+129+159=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #52819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52819F is #AD7E60. Grayscale: #767676. Windows color (decimal): -11370081 or 10453330. OLE color: 10453330.
HSL color Cylindrical-coordinate representation of color #52819F: hue angle of 203.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52819F is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 129 | 159 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.38 |
| HSL | 203.38º | 0.32% | 0.47% | - |
| HSV(B) | 203.38º | 0.48% | 0.62% | - |
| XYZ | 17.59 | 20 | 35.73 | - |
| YUV | 118.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 159 | 0.48 | 0.19 | 0 | 0.38 | 203.38 | 0.32 | 0.47 |
| Hex | 52 | 81 | 9F | 30 | 13 | 0 | 26 | CB | 20 | 2F |
| Octal | 122 | 201 | 237 | 60 | 23 | 0 | 46 | 313 | 40 | 57 |
| Binary | 1010010 | 10000001 | 10011111 | 110000 | 10011 | 0 | 100110 | 11001011 | 100000 | 101111 |
Color Harmonies of #52819F
Complementary color
Monochromatic Colors of #52819F
Black with #52819F
Text Example
Text Example
White with #52819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52819F; }
p { color: rgb(82,129,159); }
H1.HeaderClassName
{
color: #52819F;
}
.AnyTagClassName
{
color: #52819F;
}
</style>
background-color css
<style>
a { background-color: #52819F; }
a { background-color: rgb(82,129,159); }
div.DivClassName
{
background-color: #52819F;
}
.BgClassName
{
background-color: #52819F;
}
</style>
border-color css
<style>
span { border-color: #52819F; }
span { border-color: rgb(82,129,159); }
td.TdClassName
{
border-color: #52819F;
}
.TagClassName
{
border-color: #52819F;
}
</style>