#07006D

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

Shades of Navy #07006D

Tints of Navy #07006D

Color information

#07006D (or 0x07006D) is unknown color: approx Navy. HEX triplet: 07, 00 and 6D. RGB value is (7,0,109). Sum of RGB (Red+Green+Blue) = 7+0+109=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 0 (0.39% from 255 or 0% 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 #07006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07006D is #F8FF92. Grayscale: #0E0E0E. Windows color (decimal): -16318355 or 7143431. OLE color: 7143431.

HSL color Cylindrical-coordinate representation of color #07006D: hue angle of 243.85º 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 #07006D is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB70109-
CMYK0.94100.57
HSL243.85º100%21.37%-
HSV(B)243.85º100%42.75%-
XYZ2.851.1514.54-
YUV14.52181.32122.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal701090.94100.57243.8510021.37
Hex706D5E64039f46415
Octal7015513614407136414425
Binary1110110110110111101100100011100111110100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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