#080067

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

Shades of Navy #080067

Tints of Navy #080067

Color information

#080067 (or 0x080067) is unknown color: approx Navy. HEX triplet: 08, 00 and 67. RGB value is (8,0,103). Sum of RGB (Red+Green+Blue) = 8+0+103=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 103 (40.62% from 255 or 92.79% from 111); Max value from RGB is 103 - color contains mainly: blue. Hex color #080067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080067 is #F7FF98. Grayscale: #0D0D0D. Windows color (decimal): -16252825 or 6750216. OLE color: 6750216.

HSL color Cylindrical-coordinate representation of color #080067: hue angle of 244.66º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080067 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB80103-
CMYK0.92100.60
HSL244.66º100%20.2%-
HSV(B)244.66º100%40.39%-
XYZ2.551.0312.9-
YUV14.13178.15123.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 92.79%
R=7.21%
G=0%
B=92.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal801030.92100.60244.6610020.2
Hex80675C6403Cf56414
Octal10014713414407436514424
Binary10000110011110111001100100011110011110101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080067; }

 p { color: rgb(8,0,103); }

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

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

 a { background-color: rgb(8,0,103); }

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

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

 span { border-color: rgb(8,0,103); }

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