#07096E

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

Shades of Navy #07096E

Tints of Navy #07096E

Color information

#07096E (or 0x07096E) is unknown color: approx Navy. HEX triplet: 07, 09 and 6E. RGB value is (7,9,110). Sum of RGB (Red+Green+Blue) = 7+9+110=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 110 (43.36% from 255 or 87.30% from 126); Max value from RGB is 110 - color contains mainly: blue. Hex color #07096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07096E is #F8F691. Grayscale: #131313. Windows color (decimal): -16316050 or 7211271. OLE color: 7211271.

HSL color Cylindrical-coordinate representation of color #07096E: hue angle of 238.83º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07096E is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB79110-
CMYK0.940.9200.57
HSL238.83º88.03%22.94%-
HSV(B)238.83º93.64%43.14%-
XYZ31.3714.86-
YUV19.92178.84118.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 110 (43.36% from 255) = 87.30%
R=5.56%
G=7.14%
B=87.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal791100.940.9200.57238.8388.0322.94
Hex796E5E5C039ef5817
Octal71115613613407135713027
Binary1111001110111010111101011100011100111101111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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