Shades of Navy Blue #076FF1
Tints of Navy Blue #076FF1
RGB
CMYK
RGB Variations
Color information
#076FF1 (or 0x076FF1) is known color: Navy Blue. HEX triplet: 07, 6F and F1. RGB value is (7,111,241). Sum of RGB (Red+Green+Blue) = 7+111+241=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #076FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076FF1 is #F8900E. Grayscale: #5E5E5E. Windows color (decimal): -16289807 or 15822599. OLE color: 15822599.
HSL color Cylindrical-coordinate representation of color #076FF1: hue angle of 213.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076FF1 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 111 | 241 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.05 |
| HSL | 213.33º | 0.94% | 0.49% | - |
| HSV(B) | 213.33º | 0.97% | 0.95% | - |
| XYZ | 21.65 | 17.76 | 85.51 | - |
| YUV | 94.72 | 210.54 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 241 | 0.97 | 0.54 | 0 | 0.05 | 213.33 | 0.94 | 0.49 |
| Hex | 7 | 6F | F1 | 61 | 36 | 0 | 5 | D5 | 5E | 31 |
| Octal | 7 | 157 | 361 | 141 | 66 | 0 | 5 | 325 | 136 | 61 |
| Binary | 111 | 1101111 | 11110001 | 1100001 | 110110 | 0 | 101 | 11010101 | 1011110 | 110001 |
Color Harmonies of #076FF1
Complementary color
Monochromatic Colors of #076FF1
Black with #076FF1
Text Example
Text Example
White with #076FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FF1; }
p { color: rgb(7,111,241); }
H1.HeaderClassName
{
color: #076FF1;
}
.AnyTagClassName
{
color: #076FF1;
}
</style>
background-color css
<style>
a { background-color: #076FF1; }
a { background-color: rgb(7,111,241); }
div.DivClassName
{
background-color: #076FF1;
}
.BgClassName
{
background-color: #076FF1;
}
</style>
border-color css
<style>
span { border-color: #076FF1; }
span { border-color: rgb(7,111,241); }
td.TdClassName
{
border-color: #076FF1;
}
.TagClassName
{
border-color: #076FF1;
}
</style>