#08077A

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

Shades of Navy #08077A

Tints of Navy #08077A

Color information

#08077A (or 0x08077A) is unknown color: approx Navy. HEX triplet: 08, 07 and 7A. RGB value is (8,7,122). Sum of RGB (Red+Green+Blue) = 8+7+122=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 122 (48.05% from 255 or 89.05% from 137); Max value from RGB is 122 - color contains mainly: blue. Hex color #08077A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08077A is #F7F885. Grayscale: #131313. Windows color (decimal): -16251014 or 7997192. OLE color: 7997192.

HSL color Cylindrical-coordinate representation of color #08077A: hue angle of 240.52º 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 #08077A is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87122-
CMYK0.930.9400.52
HSL240.52º89.15%25.29%-
HSV(B)240.52º94.26%47.84%-
XYZ3.691.6118.53-
YUV20.41185.33119.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 122 (48.05% from 255) = 89.05%
R=5.84%
G=5.11%
B=89.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871220.930.9400.52240.5289.1525.29
Hex877A5D5E034f15919
Octal10717213513606436113131
Binary1000111111101010111011011110011010011110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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