Shades of Navy Blue #076CC1
Tints of Navy Blue #076CC1
RGB
CMYK
RGB Variations
Color information
#076CC1 (or 0x076CC1) is known color: Navy Blue. HEX triplet: 07, 6C and C1. RGB value is (7,108,193). Sum of RGB (Red+Green+Blue) = 7+108+193=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #076CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CC1 is #F8933E. Grayscale: #575757. Windows color (decimal): -16290623 or 12676103. OLE color: 12676103.
HSL color Cylindrical-coordinate representation of color #076CC1: hue angle of 207.42º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076CC1 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 108 | 193 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.24 |
| HSL | 207.42º | 0.93% | 0.39% | - |
| HSV(B) | 207.42º | 0.96% | 0.76% | - |
| XYZ | 15.08 | 14.62 | 52.48 | - |
| YUV | 87.49 | 187.54 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 193 | 0.96 | 0.44 | 0 | 0.24 | 207.42 | 0.93 | 0.39 |
| Hex | 7 | 6C | C1 | 60 | 2C | 0 | 18 | CF | 5D | 27 |
| Octal | 7 | 154 | 301 | 140 | 54 | 0 | 30 | 317 | 135 | 47 |
| Binary | 111 | 1101100 | 11000001 | 1100000 | 101100 | 0 | 11000 | 11001111 | 1011101 | 100111 |
Color Harmonies of #076CC1
Complementary color
Monochromatic Colors of #076CC1
Black with #076CC1
Text Example
Text Example
White with #076CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CC1; }
p { color: rgb(7,108,193); }
H1.HeaderClassName
{
color: #076CC1;
}
.AnyTagClassName
{
color: #076CC1;
}
</style>
background-color css
<style>
a { background-color: #076CC1; }
a { background-color: rgb(7,108,193); }
div.DivClassName
{
background-color: #076CC1;
}
.BgClassName
{
background-color: #076CC1;
}
</style>
border-color css
<style>
span { border-color: #076CC1; }
span { border-color: rgb(7,108,193); }
td.TdClassName
{
border-color: #076CC1;
}
.TagClassName
{
border-color: #076CC1;
}
</style>