#080061

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

Shades of Navy #080061

Tints of Navy #080061

Color information

#080061 (or 0x080061) is unknown color: approx Navy. HEX triplet: 08, 00 and 61. RGB value is (8,0,97). Sum of RGB (Red+Green+Blue) = 8+0+97=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 97 (38.28% from 255 or 92.38% from 105); Max value from RGB is 97 - color contains mainly: blue. Hex color #080061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080061 is #F7FF9E. Grayscale: #0D0D0D. Windows color (decimal): -16252831 or 6357000. OLE color: 6357000.

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

Color convert

RGB8097-
CMYK0.92100.62
HSL244.95º100%19.02%-
HSV(B)244.95º100%38.04%-
XYZ2.260.9111.37-
YUV13.45175.15124.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 92.38%
R=7.62%
G=0%
B=92.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal80970.92100.62244.9510019.02
Hex80615C6403Ef56413
Octal10014113414407636514423
Binary10000110000110111001100100011111011110101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080061; }

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

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

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

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

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

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

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

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