#00077C

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

Shades of Navy #00077C

Tints of Navy #00077C

Color information

#00077C (or 0x00077C) is unknown color: approx Navy. HEX triplet: 00, 07 and 7C. RGB value is (0,7,124). Sum of RGB (Red+Green+Blue) = 0+7+124=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 124 (48.83% from 255 or 94.66% from 131); Max value from RGB is 124 - color contains mainly: blue. Hex color #00077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00077C is #FFF883. Grayscale: #111111. Windows color (decimal): -16775300 or 8128256. OLE color: 8128256.

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

Color convert

RGB07124-
CMYK10.9400.51
HSL236.61º100%24.31%-
HSV(B)236.61º100%48.63%-
XYZ3.711.6119.18-
YUV18.24187.68114.99-

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.34%
BLUE value IS 124 (48.83% from 255) = 94.66%
R=0%
G=5.34%
B=94.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal0712410.9400.51236.6110024.31
Hex077C645E033ed6418
Octal0717414413606335514430
Binary0111111110011001001011110011001111101101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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