#07097F

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

Shades of Navy #07097F

Tints of Navy #07097F

Color information

#07097F (or 0x07097F) is unknown color: approx Navy. HEX triplet: 07, 09 and 7F. RGB value is (7,9,127). Sum of RGB (Red+Green+Blue) = 7+9+127=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 127 (50% from 255 or 88.81% from 143); Max value from RGB is 127 - color contains mainly: blue. Hex color #07097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07097F is #F8F680. Grayscale: #151515. Windows color (decimal): -16316033 or 8325383. OLE color: 8325383.

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

Color convert

RGB79127-
CMYK0.940.9300.50
HSL239º89.55%26.27%-
HSV(B)239º94.49%49.8%-
XYZ4.021.7720.21-
YUV21.85187.34117.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 127 (50% from 255) = 88.81%
R=4.90%
G=6.29%
B=88.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal791270.940.9300.5023989.5526.27
Hex797F5E5D032ef5a1a
Octal71117713613506235713232
Binary1111001111111110111101011101011001011101111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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