Shades of Navy Blue #0763C1
Tints of Navy Blue #0763C1
RGB
CMYK
RGB Variations
Color information
#0763C1 (or 0x0763C1) is known color: Navy Blue. HEX triplet: 07, 63 and C1. RGB value is (7,99,193). Sum of RGB (Red+Green+Blue) = 7+99+193=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #0763C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0763C1 is #F89C3E. Grayscale: #515151. Windows color (decimal): -16292927 or 12673799. OLE color: 12673799.
HSL color Cylindrical-coordinate representation of color #0763C1: hue angle of 210.32º 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 #0763C1 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 99 | 193 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.24 |
| HSL | 210.32º | 0.93% | 0.39% | - |
| HSV(B) | 210.32º | 0.96% | 0.76% | - |
| XYZ | 14.18 | 12.82 | 52.18 | - |
| YUV | 82.21 | 190.52 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 193 | 0.96 | 0.49 | 0 | 0.24 | 210.32 | 0.93 | 0.39 |
| Hex | 7 | 63 | C1 | 60 | 31 | 0 | 18 | D2 | 5D | 27 |
| Octal | 7 | 143 | 301 | 140 | 61 | 0 | 30 | 322 | 135 | 47 |
| Binary | 111 | 1100011 | 11000001 | 1100000 | 110001 | 0 | 11000 | 11010010 | 1011101 | 100111 |
Color Harmonies of #0763C1
Complementary color
Monochromatic Colors of #0763C1
Black with #0763C1
Text Example
Text Example
White with #0763C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0763C1; }
p { color: rgb(7,99,193); }
H1.HeaderClassName
{
color: #0763C1;
}
.AnyTagClassName
{
color: #0763C1;
}
</style>
background-color css
<style>
a { background-color: #0763C1; }
a { background-color: rgb(7,99,193); }
div.DivClassName
{
background-color: #0763C1;
}
.BgClassName
{
background-color: #0763C1;
}
</style>
border-color css
<style>
span { border-color: #0763C1; }
span { border-color: rgb(7,99,193); }
td.TdClassName
{
border-color: #0763C1;
}
.TagClassName
{
border-color: #0763C1;
}
</style>