Shades of Navy Blue #1A80CF
Tints of Navy Blue #1A80CF
RGB
CMYK
RGB Variations
Color information
#1A80CF (or 0x1A80CF) is known color: Navy Blue. HEX triplet: 1A, 80 and CF. RGB value is (26,128,207). Sum of RGB (Red+Green+Blue) = 26+128+207=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A80CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A80CF is #E57F30. Grayscale: #6A6A6A. Windows color (decimal): -15040305 or 13598746. OLE color: 13598746.
HSL color Cylindrical-coordinate representation of color #1A80CF: hue angle of 206.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A80CF is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 128 | 207 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.19 |
| HSL | 206.19º | 0.78% | 0.46% | - |
| HSV(B) | 206.19º | 0.87% | 0.81% | - |
| XYZ | 19.41 | 20.16 | 61.9 | - |
| YUV | 106.51 | 184.71 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 207 | 0.87 | 0.38 | 0 | 0.19 | 206.19 | 0.78 | 0.46 |
| Hex | 1A | 80 | CF | 57 | 26 | 0 | 13 | CE | 4E | 2E |
| Octal | 32 | 200 | 317 | 127 | 46 | 0 | 23 | 316 | 116 | 56 |
| Binary | 11010 | 10000000 | 11001111 | 1010111 | 100110 | 0 | 10011 | 11001110 | 1001110 | 101110 |
Color Harmonies of #1A80CF
Complementary color
Monochromatic Colors of #1A80CF
Black with #1A80CF
Text Example
Text Example
White with #1A80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A80CF; }
p { color: rgb(26,128,207); }
H1.HeaderClassName
{
color: #1A80CF;
}
.AnyTagClassName
{
color: #1A80CF;
}
</style>
background-color css
<style>
a { background-color: #1A80CF; }
a { background-color: rgb(26,128,207); }
div.DivClassName
{
background-color: #1A80CF;
}
.BgClassName
{
background-color: #1A80CF;
}
</style>
border-color css
<style>
span { border-color: #1A80CF; }
span { border-color: rgb(26,128,207); }
td.TdClassName
{
border-color: #1A80CF;
}
.TagClassName
{
border-color: #1A80CF;
}
</style>