Shades of Navy Blue #1A79DF
Tints of Navy Blue #1A79DF
RGB
CMYK
RGB Variations
Color information
#1A79DF (or 0x1A79DF) is known color: Navy Blue. HEX triplet: 1A, 79 and DF. RGB value is (26,121,223). Sum of RGB (Red+Green+Blue) = 26+121+223=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A79DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A79DF is #E58620. Grayscale: #676767. Windows color (decimal): -15042081 or 14645530. OLE color: 14645530.
HSL color Cylindrical-coordinate representation of color #1A79DF: hue angle of 211.07º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A79DF is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 121 | 223 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.13 |
| HSL | 211.07º | 0.79% | 0.49% | - |
| HSV(B) | 211.07º | 0.88% | 0.87% | - |
| XYZ | 20.58 | 19.22 | 72.44 | - |
| YUV | 104.22 | 195.03 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 223 | 0.88 | 0.46 | 0 | 0.13 | 211.07 | 0.79 | 0.49 |
| Hex | 1A | 79 | DF | 58 | 2E | 0 | D | D3 | 4F | 31 |
| Octal | 32 | 171 | 337 | 130 | 56 | 0 | 15 | 323 | 117 | 61 |
| Binary | 11010 | 1111001 | 11011111 | 1011000 | 101110 | 0 | 1101 | 11010011 | 1001111 | 110001 |
Color Harmonies of #1A79DF
Complementary color
Monochromatic Colors of #1A79DF
Black with #1A79DF
Text Example
Text Example
White with #1A79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A79DF; }
p { color: rgb(26,121,223); }
H1.HeaderClassName
{
color: #1A79DF;
}
.AnyTagClassName
{
color: #1A79DF;
}
</style>
background-color css
<style>
a { background-color: #1A79DF; }
a { background-color: rgb(26,121,223); }
div.DivClassName
{
background-color: #1A79DF;
}
.BgClassName
{
background-color: #1A79DF;
}
</style>
border-color css
<style>
span { border-color: #1A79DF; }
span { border-color: rgb(26,121,223); }
td.TdClassName
{
border-color: #1A79DF;
}
.TagClassName
{
border-color: #1A79DF;
}
</style>