#07067D

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

Shades of Navy #07067D

Tints of Navy #07067D

Color information

#07067D (or 0x07067D) is unknown color: approx Navy. HEX triplet: 07, 06 and 7D. RGB value is (7,6,125). Sum of RGB (Red+Green+Blue) = 7+6+125=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #07067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07067D is #F8F982. Grayscale: #131313. Windows color (decimal): -16316803 or 8193543. OLE color: 8193543.

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

Color convert

RGB76125-
CMYK0.940.9500.51
HSL240.5º90.84%25.69%-
HSV(B)240.5º95.2%49.02%-
XYZ3.851.6619.52-
YUV19.87187.33118.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 125 (49.22% from 255) = 90.58%
R=5.07%
G=4.35%
B=90.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal761250.940.9500.51240.590.8425.69
Hex767D5E5F033f15b1a
Octal7617513613706336113332
Binary111110111110110111101011111011001111110001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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