Shades of Navy Blue #0775CA
Tints of Navy Blue #0775CA
RGB
CMYK
RGB Variations
Color information
#0775CA (or 0x0775CA) is known color: Navy Blue. HEX triplet: 07, 75 and CA. RGB value is (7,117,202). Sum of RGB (Red+Green+Blue) = 7+117+202=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #0775CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0775CA is #F88A35. Grayscale: #5D5D5D. Windows color (decimal): -16288310 or 13268231. OLE color: 13268231.
HSL color Cylindrical-coordinate representation of color #0775CA: hue angle of 206.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0775CA is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 117 | 202 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.21 |
| HSL | 206.15º | 0.93% | 0.41% | - |
| HSV(B) | 206.15º | 0.97% | 0.79% | - |
| XYZ | 17.11 | 17.03 | 58.26 | - |
| YUV | 93.8 | 189.06 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 202 | 0.97 | 0.42 | 0 | 0.21 | 206.15 | 0.93 | 0.41 |
| Hex | 7 | 75 | CA | 61 | 2A | 0 | 15 | CE | 5D | 29 |
| Octal | 7 | 165 | 312 | 141 | 52 | 0 | 25 | 316 | 135 | 51 |
| Binary | 111 | 1110101 | 11001010 | 1100001 | 101010 | 0 | 10101 | 11001110 | 1011101 | 101001 |
Color Harmonies of #0775CA
Complementary color
Monochromatic Colors of #0775CA
Black with #0775CA
Text Example
Text Example
White with #0775CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0775CA; }
p { color: rgb(7,117,202); }
H1.HeaderClassName
{
color: #0775CA;
}
.AnyTagClassName
{
color: #0775CA;
}
</style>
background-color css
<style>
a { background-color: #0775CA; }
a { background-color: rgb(7,117,202); }
div.DivClassName
{
background-color: #0775CA;
}
.BgClassName
{
background-color: #0775CA;
}
</style>
border-color css
<style>
span { border-color: #0775CA; }
span { border-color: rgb(7,117,202); }
td.TdClassName
{
border-color: #0775CA;
}
.TagClassName
{
border-color: #0775CA;
}
</style>