#08076A

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

Shades of Navy #08076A

Tints of Navy #08076A

Color information

#08076A (or 0x08076A) is unknown color: approx Navy. HEX triplet: 08, 07 and 6A. RGB value is (8,7,106). Sum of RGB (Red+Green+Blue) = 8+7+106=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 106 (41.80% from 255 or 87.60% from 121); Max value from RGB is 106 - color contains mainly: blue. Hex color #08076A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08076A is #F7F895. Grayscale: #121212. Windows color (decimal): -16251030 or 6948616. OLE color: 6948616.

HSL color Cylindrical-coordinate representation of color #08076A: hue angle of 240.61º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08076A is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB87106-
CMYK0.920.9300.58
HSL240.61º87.61%22.16%-
HSV(B)240.61º93.4%41.57%-
XYZ2.781.2413.73-
YUV18.58177.33120.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 106 (41.80% from 255) = 87.60%
R=6.61%
G=5.79%
B=87.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal871060.920.9300.58240.6187.6122.16
Hex876A5C5D03Af15816
Octal10715213413507236113026
Binary1000111110101010111001011101011101011110001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08076A; }

 p { color: rgb(8,7,106); }

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

<style>
 a { background-color: #08076A; }

 a { background-color: rgb(8,7,106); }

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

<style>
 span { border-color: #08076A; }

 span { border-color: rgb(8,7,106); }

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