Shades of Navy #030764
Tints of Navy #030764
RGB
CMYK
RGB Variations
Color information
#030764 (or 0x030764) is known color: Navy. HEX triplet: 03, 07 and 64. RGB value is (3,7,100). Sum of RGB (Red+Green+Blue) = 3+7+100=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 100 (39.45% from 255 or 90.91% from 110); Max value from RGB is 100 - color contains mainly: blue. Hex color #030764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030764 is #FCF89B. Grayscale: #101010. Windows color (decimal): -16578716 or 6555395. OLE color: 6555395.
HSL color Cylindrical-coordinate representation of color #030764: hue angle of 237.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030764 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 7 | 100 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.61 |
| HSL | 237.53º | 0.94% | 0.2% | - |
| HSV(B) | 237.53º | 0.97% | 0.39% | - |
| XYZ | 2.41 | 1.09 | 12.14 | - |
| YUV | 16.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 100 | 0.97 | 0.93 | 0 | 0.61 | 237.53 | 0.94 | 0.2 |
| Hex | 3 | 7 | 64 | 61 | 5D | 0 | 3D | EE | 5E | 14 |
| Octal | 3 | 7 | 144 | 141 | 135 | 0 | 75 | 356 | 136 | 24 |
| Binary | 11 | 111 | 1100100 | 1100001 | 1011101 | 0 | 111101 | 11101110 | 1011110 | 10100 |
Color Harmonies of #030764
Complementary color
Monochromatic Colors of #030764
Black with #030764
Text Example
Text Example
White with #030764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030764; }
p { color: rgb(3,7,100); }
H1.HeaderClassName
{
color: #030764;
}
.AnyTagClassName
{
color: #030764;
}
</style>
background-color css
<style>
a { background-color: #030764; }
a { background-color: rgb(3,7,100); }
div.DivClassName
{
background-color: #030764;
}
.BgClassName
{
background-color: #030764;
}
</style>
border-color css
<style>
span { border-color: #030764; }
span { border-color: rgb(3,7,100); }
td.TdClassName
{
border-color: #030764;
}
.TagClassName
{
border-color: #030764;
}
</style>