Shades of Navy Blue #0775CE
Tints of Navy Blue #0775CE
RGB
CMYK
RGB Variations
Color information
#0775CE (or 0x0775CE) is known color: Navy Blue. HEX triplet: 07, 75 and CE. RGB value is (7,117,206). Sum of RGB (Red+Green+Blue) = 7+117+206=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #0775CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0775CE is #F88A31. Grayscale: #5D5D5D. Windows color (decimal): -16288306 or 13530375. OLE color: 13530375.
HSL color Cylindrical-coordinate representation of color #0775CE: hue angle of 206.83º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0775CE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 117 | 206 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.19 |
| HSL | 206.83º | 0.93% | 0.42% | - |
| HSV(B) | 206.83º | 0.97% | 0.81% | - |
| XYZ | 17.59 | 17.22 | 60.79 | - |
| YUV | 94.26 | 191.06 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 206 | 0.97 | 0.43 | 0 | 0.19 | 206.83 | 0.93 | 0.42 |
| Hex | 7 | 75 | CE | 61 | 2B | 0 | 13 | CF | 5D | 2A |
| Octal | 7 | 165 | 316 | 141 | 53 | 0 | 23 | 317 | 135 | 52 |
| Binary | 111 | 1110101 | 11001110 | 1100001 | 101011 | 0 | 10011 | 11001111 | 1011101 | 101010 |
Color Harmonies of #0775CE
Complementary color
Monochromatic Colors of #0775CE
Black with #0775CE
Text Example
Text Example
White with #0775CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0775CE; }
p { color: rgb(7,117,206); }
H1.HeaderClassName
{
color: #0775CE;
}
.AnyTagClassName
{
color: #0775CE;
}
</style>
background-color css
<style>
a { background-color: #0775CE; }
a { background-color: rgb(7,117,206); }
div.DivClassName
{
background-color: #0775CE;
}
.BgClassName
{
background-color: #0775CE;
}
</style>
border-color css
<style>
span { border-color: #0775CE; }
span { border-color: rgb(7,117,206); }
td.TdClassName
{
border-color: #0775CE;
}
.TagClassName
{
border-color: #0775CE;
}
</style>