#080068

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

Shades of Navy #080068

Tints of Navy #080068

Color information

#080068 (or 0x080068) is unknown color: approx Navy. HEX triplet: 08, 00 and 68. RGB value is (8,0,104). Sum of RGB (Red+Green+Blue) = 8+0+104=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 104 (41.02% from 255 or 92.86% from 112); Max value from RGB is 104 - color contains mainly: blue. Hex color #080068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080068 is #F7FF97. Grayscale: #0D0D0D. Windows color (decimal): -16252824 or 6815752. OLE color: 6815752.

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

Color convert

RGB80104-
CMYK0.92100.59
HSL244.62º100%20.39%-
HSV(B)244.62º100%40.78%-
XYZ2.61.0513.16-
YUV14.25178.65123.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 92.86%
R=7.14%
G=0%
B=92.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal801040.92100.59244.6210020.39
Hex80685C6403Bf56414
Octal10015013414407336514424
Binary10000110100010111001100100011101111110101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080068; }

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

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

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

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

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

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

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

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