Shades of Air Force Blue #62819B
Tints of Air Force Blue #62819B
RGB
CMYK
RGB Variations
Color information
#62819B (or 0x62819B) is known color: Air Force Blue. HEX triplet: 62, 81 and 9B. RGB value is (98,129,155). Sum of RGB (Red+Green+Blue) = 98+129+155=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #62819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62819B is #9D7E64. Grayscale: #7A7A7A. Windows color (decimal): -10321509 or 10191202. OLE color: 10191202.
HSL color Cylindrical-coordinate representation of color #62819B: hue angle of 207.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62819B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 129 | 155 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.39 |
| HSL | 207.37º | 0.23% | 0.5% | - |
| HSV(B) | 207.37º | 0.37% | 0.61% | - |
| XYZ | 18.8 | 20.66 | 34.01 | - |
| YUV | 122.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 155 | 0.37 | 0.17 | 0 | 0.39 | 207.37 | 0.23 | 0.5 |
| Hex | 62 | 81 | 9B | 25 | 11 | 0 | 27 | CF | 17 | 32 |
| Octal | 142 | 201 | 233 | 45 | 21 | 0 | 47 | 317 | 27 | 62 |
| Binary | 1100010 | 10000001 | 10011011 | 100101 | 10001 | 0 | 100111 | 11001111 | 10111 | 110010 |
Color Harmonies of #62819B
Complementary color
Monochromatic Colors of #62819B
Black with #62819B
Text Example
Text Example
White with #62819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62819B; }
p { color: rgb(98,129,155); }
H1.HeaderClassName
{
color: #62819B;
}
.AnyTagClassName
{
color: #62819B;
}
</style>
background-color css
<style>
a { background-color: #62819B; }
a { background-color: rgb(98,129,155); }
div.DivClassName
{
background-color: #62819B;
}
.BgClassName
{
background-color: #62819B;
}
</style>
border-color css
<style>
span { border-color: #62819B; }
span { border-color: rgb(98,129,155); }
td.TdClassName
{
border-color: #62819B;
}
.TagClassName
{
border-color: #62819B;
}
</style>