#070D7A

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

Shades of Navy #070D7A

Tints of Navy #070D7A

Color information

#070D7A (or 0x070D7A) is unknown color: approx Navy. HEX triplet: 07, 0D and 7A. RGB value is (7,13,122). Sum of RGB (Red+Green+Blue) = 7+13+122=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 122 (48.05% from 255 or 85.92% from 142); Max value from RGB is 122 - color contains mainly: blue. Hex color #070D7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D7A is #F8F285. Grayscale: #171717. Windows color (decimal): -16315014 or 7998727. OLE color: 7998727.

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

Color convert

RGB713122-
CMYK0.940.8900.52
HSL236.87º89.15%25.29%-
HSV(B)236.87º94.26%47.84%-
XYZ3.741.7418.55-
YUV23.63183.51116.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 13 (5.47% from 255) = 9.15%
BLUE value IS 122 (48.05% from 255) = 85.92%
R=4.93%
G=9.15%
B=85.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7131220.940.8900.52236.8789.1525.29
Hex7D7A5E59034ed5919
Octal71517213613106435513131
Binary1111101111101010111101011001011010011101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,13,122); }

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

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

 a { background-color: rgb(7,13,122); }

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

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

 span { border-color: rgb(7,13,122); }

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