#00077E

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

Shades of Navy #00077E

Tints of Navy #00077E

Color information

#00077E (or 0x00077E) is unknown color: approx Navy. HEX triplet: 00, 07 and 7E. RGB value is (0,7,126). Sum of RGB (Red+Green+Blue) = 0+7+126=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 126 (49.61% from 255 or 94.74% from 133); Max value from RGB is 126 - color contains mainly: blue. Hex color #00077E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00077E is #FFF881. Grayscale: #111111. Windows color (decimal): -16775298 or 8259328. OLE color: 8259328.

HSL color Cylindrical-coordinate representation of color #00077E: hue angle of 236.67º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00077E is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB07126-
CMYK10.9400.51
HSL236.67º100%24.71%-
HSV(B)236.67º100%49.41%-
XYZ3.841.6619.86-
YUV18.47188.68114.82-

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) = 5.26%
BLUE value IS 126 (49.61% from 255) = 94.74%
R=0%
G=5.26%
B=94.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal0712610.9400.51236.6710024.71
Hex077E645E033ed6419
Octal0717614413606335514431
Binary0111111111011001001011110011001111101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00077E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00077E; }

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

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

<style>
 a { background-color: #00077E; }

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

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

<style>
 span { border-color: #00077E; }

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

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