#00076D

Color #00076D Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #00076D

Tints of Navy #00076D

Color information

#00076D (or 0x00076D) is unknown color: approx Navy. HEX triplet: 00, 07 and 6D. RGB value is (0,7,109). Sum of RGB (Red+Green+Blue) = 0+7+109=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 109 (42.97% from 255 or 93.97% from 116); Max value from RGB is 109 - color contains mainly: blue. Hex color #00076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00076D is #FFF892. Grayscale: #101010. Windows color (decimal): -16775315 or 7145216. OLE color: 7145216.

HSL color Cylindrical-coordinate representation of color #00076D: hue angle of 236.15º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00076D is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB07109-
CMYK10.9400.57
HSL236.15º100%21.37%-
HSV(B)236.15º100%42.75%-
XYZ2.841.2614.56-
YUV16.54180.18116.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 109 (42.97% from 255) = 93.97%
R=0%
G=6.03%
B=93.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal0710910.9400.57236.1510021.37
Hex076D645E039ec6415
Octal0715514413607135414425
Binary0111110110111001001011110011100111101100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00076D; }

 p { color: rgb(0,7,109); }

 H1.HeaderClassName
 {
   color: #00076D;
 }
 .AnyTagClassName
 {
   color: #00076D;
 }
</style>
background-color css

<style>
 a { background-color: #00076D; }

 a { background-color: rgb(0,7,109); }

 div.DivClassName
 {
   background-color: #00076D;
 }
 .BgClassName
 {
   background-color: #00076D;
 }
</style>
border-color css

<style>
 span { border-color: #00076D; }

 span { border-color: rgb(0,7,109); }

 td.TdClassName
 {
   border-color: #00076D;
 }
 .TagClassName
 {
   border-color: #00076D;
 }
</style>