#07096B

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

Shades of Navy #07096B

Tints of Navy #07096B

Color information

#07096B (or 0x07096B) is unknown color: approx Navy. HEX triplet: 07, 09 and 6B. RGB value is (7,9,107). Sum of RGB (Red+Green+Blue) = 7+9+107=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #07096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07096B is #F8F694. Grayscale: #131313. Windows color (decimal): -16316053 or 7014663. OLE color: 7014663.

HSL color Cylindrical-coordinate representation of color #07096B: hue angle of 238.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07096B is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB79107-
CMYK0.930.9200.58
HSL238.8º87.72%22.35%-
HSV(B)238.8º93.46%41.96%-
XYZ2.841.314.01-
YUV19.57177.34119.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 107 (42.19% from 255) = 86.99%
R=5.69%
G=7.32%
B=86.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal791070.930.9200.58238.887.7222.35
Hex796B5D5C03Aef5816
Octal71115313513407235713026
Binary1111001110101110111011011100011101011101111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07096B; }

 p { color: rgb(7,9,107); }

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

<style>
 a { background-color: #07096B; }

 a { background-color: rgb(7,9,107); }

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

<style>
 span { border-color: #07096B; }

 span { border-color: rgb(7,9,107); }

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