#07067F

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

Shades of Navy #07067F

Tints of Navy #07067F

Color information

#07067F (or 0x07067F) is unknown color: approx Navy. HEX triplet: 07, 06 and 7F. RGB value is (7,6,127). Sum of RGB (Red+Green+Blue) = 7+6+127=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #07067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07067F is #F8F980. Grayscale: #131313. Windows color (decimal): -16316801 or 8324615. OLE color: 8324615.

HSL color Cylindrical-coordinate representation of color #07067F: hue angle of 240.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07067F is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB76127-
CMYK0.940.9500.50
HSL240.5º90.98%26.08%-
HSV(B)240.5º95.28%49.8%-
XYZ3.981.7120.2-
YUV20.09188.33118.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 127 (50% from 255) = 90.71%
R=5%
G=4.29%
B=90.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal761270.940.9500.50240.590.9826.08
Hex767F5E5F032f05b1a
Octal7617713613706236013332
Binary111110111111110111101011111011001011110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07067F; }

 p { color: rgb(7,6,127); }

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

<style>
 a { background-color: #07067F; }

 a { background-color: rgb(7,6,127); }

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

<style>
 span { border-color: #07067F; }

 span { border-color: rgb(7,6,127); }

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