#070D7C

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

Shades of Navy #070D7C

Tints of Navy #070D7C

Color information

#070D7C (or 0x070D7C) is unknown color: approx Navy. HEX triplet: 07, 0D and 7C. RGB value is (7,13,124). Sum of RGB (Red+Green+Blue) = 7+13+124=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #070D7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D7C is #F8F283. Grayscale: #171717. Windows color (decimal): -16315012 or 8129799. OLE color: 8129799.

HSL color Cylindrical-coordinate representation of color #070D7C: hue angle of 236.92º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070D7C is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB713124-
CMYK0.940.9000.51
HSL236.92º89.31%25.69%-
HSV(B)236.92º94.35%48.63%-
XYZ3.871.7919.21-
YUV23.86184.51115.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 13 (5.47% from 255) = 9.03%
BLUE value IS 124 (48.83% from 255) = 86.11%
R=4.86%
G=9.03%
B=86.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7131240.940.9000.51236.9289.3125.69
Hex7D7C5E5A033ed591a
Octal71517413613206335513132
Binary1111101111110010111101011010011001111101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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