#070F77

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

Shades of Navy #070F77

Tints of Navy #070F77

Color information

#070F77 (or 0x070F77) is unknown color: approx Navy. HEX triplet: 07, 0F and 77. RGB value is (7,15,119). Sum of RGB (Red+Green+Blue) = 7+15+119=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #070F77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F77 is #F8F088. Grayscale: #181818. Windows color (decimal): -16314505 or 7802631. OLE color: 7802631.

HSL color Cylindrical-coordinate representation of color #070F77: hue angle of 235.71º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070F77 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB715119-
CMYK0.940.8700.53
HSL235.71º88.89%24.71%-
HSV(B)235.71º94.12%46.67%-
XYZ3.591.7217.6-
YUV24.46181.35115.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 119 (46.88% from 255) = 84.40%
R=4.96%
G=10.64%
B=84.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7151190.940.8700.53235.7188.8924.71
Hex7F775E57035ec5919
Octal71716713612706535413131
Binary1111111111011110111101010111011010111101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070F77; }

 p { color: rgb(7,15,119); }

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

<style>
 a { background-color: #070F77; }

 a { background-color: rgb(7,15,119); }

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

<style>
 span { border-color: #070F77; }

 span { border-color: rgb(7,15,119); }

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