#07016B

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

Shades of Navy #07016B

Tints of Navy #07016B

Color information

#07016B (or 0x07016B) is unknown color: approx Navy. HEX triplet: 07, 01 and 6B. RGB value is (7,1,107). Sum of RGB (Red+Green+Blue) = 7+1+107=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 107 (42.19% from 255 or 93.04% from 115); Max value from RGB is 107 - color contains mainly: blue. Hex color #07016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07016B is #F8FE94. Grayscale: #0E0E0E. Windows color (decimal): -16318101 or 7012615. OLE color: 7012615.

HSL color Cylindrical-coordinate representation of color #07016B: hue angle of 243.4º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07016B is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB71107-
CMYK0.930.9900.58
HSL243.4º98.15%21.18%-
HSV(B)243.4º99.07%41.96%-
XYZ2.751.1313.98-
YUV14.88179.99122.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 107 (42.19% from 255) = 93.04%
R=6.09%
G=0.87%
B=93.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal711070.930.9900.58243.498.1521.18
Hex716B5D6303Af36215
Octal7115313514307236314225
Binary1111110101110111011100011011101011110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07016B; }

 p { color: rgb(7,1,107); }

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

<style>
 a { background-color: #07016B; }

 a { background-color: rgb(7,1,107); }

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

<style>
 span { border-color: #07016B; }

 span { border-color: rgb(7,1,107); }

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